From d08f4a7d397c87bdbc5f82f7ffcd66cd0a1da4f1 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Wed, 30 Oct 2024 10:12:28 +0100 Subject: [PATCH] feat(cli): add information for cli installation --- developer-tools/scaleway-cli/quickstart.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/developer-tools/scaleway-cli/quickstart.mdx b/developer-tools/scaleway-cli/quickstart.mdx index 0606826bdb..b52c8b37f3 100644 --- a/developer-tools/scaleway-cli/quickstart.mdx +++ b/developer-tools/scaleway-cli/quickstart.mdx @@ -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 +``` + Refer to the [Scaleway CLI repository](https://github.com/scaleway/scaleway-cli) for alternative installation methods.