File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
developer-tools/scaleway-cli Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,15 @@ Install the latest stable release on Windows using [Chocolatey](https://communit
5757choco install scaleway-cli
5858```
5959
60+ ## Manual installation on other OS
61+
62+ Scaleway provides [ static compiled binaries] ( https://github.com/scaleway/scaleway-cli/releases/latest ) GNU/Linux and macOS platforms.
63+ Use the following command to download a binary compatible with your platform directly in your ` PATH ` :
64+
65+ ```
66+ curl -s https://raw.githubusercontent.com/scaleway/scaleway-cli/master/scripts/get.sh | sh
67+ ```
68+
6069<Message type = " tip" >
6170Refer to the [ Scaleway CLI repository] ( https://github.com/scaleway/scaleway-cli ) for alternative installation methods.
6271</Message >
You can’t perform that action at this time.
0 commit comments