diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-05-09 07:42:25 +0800 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-05-09 07:42:25 +0800 |
commit | 086d0b257cc7488132f8c5ea1b550f352e30e828 (patch) | |
tree | 60aab36ca2141246393506d2d1e70b08eea684e9 | |
parent | 129c5114b15f1f644fa0c65266f13bed188ac161 (diff) |
update readme to reflect the changes in install.sh (#123)
Tags aren't retrieved automatically anymore as _something changed_
which breaks the universal install script.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,13 +8,13 @@ ### Installation -### Binary Release (all but Windows) +### Binary Release #### MacOS ```sh curl -LSfs https://raw.githubusercontent.com/byron/dua-cli/master/ci/install.sh | \ - sh -s -- --git byron/dua-cli --crate dua + sh -s -- --git byron/dua-cli --crate dua --tag v2.17.2 ``` #### MacOS via [MacPorts](https://www.macports.org): |