We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c59121 commit 3944aabCopy full SHA for 3944aab
README.md
@@ -117,7 +117,7 @@ Install the latest release on Linux:
117
```bash
118
# get latest release
119
export ARCH=amd64 # can be 'i386', 'amd64' or 'armhf'
120
-wget "https://github.com/scaleway/scaleway-cli/releases/download/v1.17/scw_1.16_${ARCH}.deb" -O /tmp/scw.deb
+wget "https://github.com/scaleway/scaleway-cli/releases/download/v1.17/scw_1.17_${ARCH}.deb" -O /tmp/scw.deb
121
dpkg -i /tmp/scw.deb && rm -f /tmp/scw.deb
122
123
# test
0 commit comments