Skip to content

Commit 4213bb7

Browse files
authored
docs(README): update to 2.5.4 as latest release (#2420)
1 parent 131872d commit 4213bb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ You just have to download the binary compatible with your platform to a director
5252

5353
```bash
5454
# 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"
5656

5757
# Download the release from github
5858
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
6060

6161
# Allow executing file as program
6262
sudo chmod +x /usr/local/bin/scw

0 commit comments

Comments
 (0)