summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-05-09 07:42:25 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-05-09 07:42:25 +0800
commit086d0b257cc7488132f8c5ea1b550f352e30e828 (patch)
tree60aab36ca2141246393506d2d1e70b08eea684e9 /README.md
parent129c5114b15f1f644fa0c65266f13bed188ac161 (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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 92aa384..d6f9667 100644
--- a/README.md
+++ b/README.md
@@ -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):