Skip to content

Commit

Permalink
docs: improve "getting started" (scaleway#4117)
Browse files Browse the repository at this point in the history
Co-authored-by: Rémy Léone <[email protected]>
  • Loading branch information
frivoire and remyleone committed Sep 13, 2024
1 parent c2feb36 commit edc1f47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,14 @@ After you [installed](#Installation) the latest release just run the initializat
scw init
```

It will set up your profile, the authentication, and the auto-completion.
It will set up your profile, the authentication, and the auto-completion.
NB: you'll need to have an **API-key** (access-key + access-secret), so be sure to create one on the [scaleway web console](https://console.scaleway.com/iam/api-keys).

## Basic commands

```
# Create an instance server
scw instance server create type=DEV1-S image=ubuntu_focal zone=fr-par-1 tags.0="scw-cli"
scw instance server create type=DEV1-S image=ubuntu_noble zone=fr-par-1 tags.0="scw-cli"
# List your servers
scw instance server list
Expand Down

0 comments on commit edc1f47

Please sign in to comment.