From 9af1b21b387cc4808131c570fb4bd6963ae74f3d Mon Sep 17 00:00:00 2001 From: Jorropo Date: Wed, 8 Jun 2022 19:13:22 +0200 Subject: [PATCH] docs: add go install instructions to the README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 42989cdf86..2c04fc4d96 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: