File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,11 @@ You just have to download the binary compatible with your platform to a director
52
52
53
53
``` bash
54
54
# Check out the latest release available on github <https://github.com/scaleway/scaleway-cli/releases/latest>
55
- VERSION=" 2.5.1 "
55
+ VERSION=" 2.5.4 "
56
56
57
57
# Download the release from github
58
58
sudo curl -o /usr/local/bin/scw -L " https://github.com/scaleway/scaleway-cli/releases/download/v${VERSION} /scaleway-cli_${VERSION} _linux_amd64"
59
- # Naming changed lately, the url prior to 2.5.1 was https://github.com/scaleway/scaleway-cli/releases/download/v${VERSION}/scw-${VERSION}-linux-x86_64
59
+ # Naming changed lately, the url prior to 2.5.4 was https://github.com/scaleway/scaleway-cli/releases/download/v${VERSION}/scw-${VERSION}-linux-x86_64
60
60
61
61
# Allow executing file as program
62
62
sudo chmod +x /usr/local/bin/scw
You can’t perform that action at this time.
0 commit comments