diff --git a/README.md b/README.md index 9f222759..3b985f8f 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ To show debugging details: Check the [releases page](https://github.com/Praqma/Helmsman/releases) for the different versions. ``` # on Linux -curl -L https://github.com/Praqma/helmsman/releases/download/v1.2.0/helmsman_1.2.0_linux_amd64.tar.gz | tar zx +curl -L https://github.com/Praqma/helmsman/releases/download/v1.3.0-rc/helmsman_1.3.0-rc_linux_amd64.tar.gz | tar zx # on MacOS -curl -L https://github.com/Praqma/helmsman/releases/download/v1.2.0/helmsman_1.2.0_darwin_amd64.tar.gz | tar zx +curl -L https://github.com/Praqma/helmsman/releases/download/v1.3.0-rc/helmsman_1.3.0-rc_darwin_amd64.tar.gz | tar zx mv helmsman /usr/local/bin/helmsman ```