Skip to content

Commit

Permalink
fix: wrong download urls in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Davim committed Jun 11, 2021
1 parent 4846415 commit ea656e5
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.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
```
Expand Down

0 comments on commit ea656e5

Please sign in to comment.