summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-05-27 20:32:04 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-05-27 20:32:04 +0800
commit6d1503759774510ca9509175efd5785b41b9482d (patch)
treeb7a7b70bc31962b5a92ff7b41b3e336d6d1e42e1 /README.md
parentca2dc43b5aa1c0a2f025a697c9956f29d1bf0fe4 (diff)
Fix install script instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 16a0493..358ae8c 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
### Binary Release
```sh
-curl -LSfs https://japaric.github.io/trust/install.sh | \
+curl -LSfs https://raw.githubusercontent.com/byron/dua-cli/master/ci/install.sh | \
sh -s -- --git byron/dua-cli --crate dua
```