Skip to content

Commit edc1f47

Browse files
frivoireremyleone
andauthored
docs: improve "getting started" (#4117)
Co-authored-by: Rémy Léone <[email protected]>
1 parent c2feb36 commit edc1f47

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,14 @@ After you [installed](#Installation) the latest release just run the initializat
7979
scw init
8080
```
8181

82-
It will set up your profile, the authentication, and the auto-completion.
82+
It will set up your profile, the authentication, and the auto-completion.
83+
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).
8384

8485
## Basic commands
8586

8687
```
8788
# Create an instance server
88-
scw instance server create type=DEV1-S image=ubuntu_focal zone=fr-par-1 tags.0="scw-cli"
89+
scw instance server create type=DEV1-S image=ubuntu_noble zone=fr-par-1 tags.0="scw-cli"
8990
9091
# List your servers
9192
scw instance server list

0 commit comments

Comments
 (0)