summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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