Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions developer-tools/scaleway-cli/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ Install the latest stable release on Windows using [Chocolatey](https://communit
choco install scaleway-cli
```

## Manual installation on other OS

Scaleway provides [static compiled binaries](https://github.com/scaleway/scaleway-cli/releases/latest) GNU/Linux and macOS platforms.
Use the following command to download a binary compatible with your platform directly in your `PATH`:

```
curl -s https://raw.githubusercontent.com/scaleway/scaleway-cli/master/scripts/get.sh | sh
```

<Message type="tip">
Refer to the [Scaleway CLI repository](https://github.com/scaleway/scaleway-cli) for alternative installation methods.
</Message>
Expand Down