diff --git a/README.md b/README.md index e7bc0c19a5..59d269f510 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,22 @@ # Scaleway CLI (v2) -**:warning: This version is under active development, keep in mind that things can break. We advise you to not use this version in production.** +**:warning: This version is under active development, keep in mind that things can break.** Scaleway is a single way to create, deploy and scale your infrastructure in the cloud. We help thousands of businesses to run their infrastructures easily. If you are looking for a stable version, [see the version 1](https://github.com/scaleway/scaleway-sdk-go). +# Getting Started + +After you [installed](#Installation) the latest release just run the initialization command and let yourself be guided! :dancer: + +```bash +scw init +``` + +It will set up your profile, the authentication, and the auto-completion. + # Installation