Skip to content

Commit

Permalink
docs: fix download URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Davim committed May 19, 2021
1 parent 5b84015 commit 91939b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0/helmsman_3.6.10_linux_amd64.tar.gz | tar zx
curl -L https://github.com/Praqma/helmsman/releases/download/v3.7.0/helmsman_3.7.0_linux_amd64.tar.gz | tar zx
# on MacOS
curl -L https://github.com/Praqma/helmsman/releases/download/v3.7.0/helmsman_3.6.10_darwin_amd64.tar.gz | tar zx
curl -L https://github.com/Praqma/helmsman/releases/download/v3.7.0/helmsman_3.7.0_darwin_amd64.tar.gz | tar zx

mv helmsman /usr/local/bin/helmsman
```
Expand Down

0 comments on commit 91939b1

Please sign in to comment.