File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -84,16 +84,22 @@ Check the [releases page](https://github.com/mkubaczyk/helmsman/releases) for th
8484
8585``` sh
8686# on Linux
87- curl -L https://github.com/mkubaczyk/helmsman/releases/download/v3.18 .0/helmsman_3.18 .0_linux_amd64.tar.gz | tar zx
87+ curl -L https://github.com/mkubaczyk/helmsman/releases/download/v4.0 .0/helmsman_4.0 .0_linux_amd64.tar.gz | tar zx
8888# on MacOS
89- curl -L https://github.com/mkubaczyk/helmsman/releases/download/v3.18 .0/helmsman_3.18 .0_darwin_amd64.tar.gz | tar zx
89+ curl -L https://github.com/mkubaczyk/helmsman/releases/download/v4.0 .0/helmsman_4.0 .0_darwin_amd64.tar.gz | tar zx
9090
9191mv helmsman /usr/local/bin/helmsman
9292```
9393
9494## As a docker image
9595
96- Check the images on [ dockerhub] ( https://hub.docker.com/r/praqma/helmsman/tags/ )
96+ ```
97+ docker pull ghcr.io/mkubaczyk/helmsman:latest
98+ ```
99+ or with specific release
100+ ```
101+ docker pull ghcr.io/mkubaczyk/helmsman:v4.0.0
102+ ```
97103
98104## As a package
99105
You can’t perform that action at this time.
0 commit comments