Skip to content

Commit 2b459a2

Browse files
authored
feat(cli): add information for cli installation (#3915)
1 parent 15e5554 commit 2b459a2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

developer-tools/scaleway-cli/quickstart.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,15 @@ Install the latest stable release on Windows using [Chocolatey](https://communit
5757
choco 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">
6170
Refer to the [Scaleway CLI repository](https://github.com/scaleway/scaleway-cli) for alternative installation methods.
6271
</Message>

0 commit comments

Comments
 (0)