diff --git a/README.md b/README.md index f72ff0f05b..e357f9798b 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ You just have to download the binary compatible with your platform to a director #### Linux +##### Precompiled binaries ```bash # Check out the latest release available on github VERSION="2.5.1" @@ -65,6 +66,11 @@ sudo chmod +x /usr/local/bin/scw scw init ``` +##### From source +```bash +go install github.com/scaleway/scaleway-cli/cmd/scw@latest +``` + #### Windows You can download the last release here: