summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-05-13 11:55:55 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-05-13 11:58:45 +0800
commit3c3355ed9bc12bbf5ae17b5fea6c58323426cff8 (patch)
treeeaa3743f2308d880e65d11810ab1e7fa6fd8a9f0 /README.md
parent6ce80b14e26d256c3d2936c32b64c1a80b684b6f (diff)
Fix installation instructions, for real this time (#127)
Or so I hope. Thanks @zhangsan6661 for the help.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index d6f9667..fa4a286 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,8 @@
#### MacOS
```sh
-curl -LSfs https://raw.githubusercontent.com/byron/dua-cli/master/ci/install.sh | \
- sh -s -- --git byron/dua-cli --crate dua --tag v2.17.2
+curl -LSfs https://raw.githubusercontent.com/Byron/dua-cli/master/ci/install.sh | \
+ sh -s -- --git Byron/dua-cli --crate dua --tag v2.17.4
```
#### MacOS via [MacPorts](https://www.macports.org):
@@ -34,8 +34,8 @@ brew install dua-cli
Linux requires the target to be specified explicitly to obtain the MUSL build.
```sh
-curl -LSfs https://raw.githubusercontent.com/byron/dua-cli/master/ci/install.sh | \
- sh -s -- --git byron/dua-cli --target x86_64-unknown-linux-musl --crate dua
+curl -LSfs https://raw.githubusercontent.com/Byron/dua-cli/master/ci/install.sh | \
+ sh -s -- --git Byron/dua-cli --target x86_64-unknown-linux-musl --crate dua --tag v2.17.4
```
#### Windows and others