From 3c3355ed9bc12bbf5ae17b5fea6c58323426cff8 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 13 May 2022 11:55:55 +0800 Subject: Fix installation instructions, for real this time (#127) Or so I hope. Thanks @zhangsan6661 for the help. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3