diff --git a/README.md b/README.md index 294742b8..1ffcb7ea 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,9 @@ Check the [releases page](https://github.com/Praqma/Helmsman/releases) for the d ```sh # on Linux -curl -L https://github.com/Praqma/helmsman/releases/download/v3.7.1/helmsman_3.7.0_linux_amd64.tar.gz | tar zx +curl -L https://github.com/Praqma/helmsman/releases/download/v3.7.1/helmsman_3.7.1_linux_amd64.tar.gz | tar zx # on MacOS -curl -L https://github.com/Praqma/helmsman/releases/download/v3.7.1/helmsman_3.7.0_darwin_amd64.tar.gz | tar zx +curl -L https://github.com/Praqma/helmsman/releases/download/v3.7.1/helmsman_3.7.1_darwin_amd64.tar.gz | tar zx mv helmsman /usr/local/bin/helmsman ```