We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29a182 commit 7fe1825Copy full SHA for 7fe1825
README.md
@@ -24,13 +24,13 @@ Install the latest stable release on macOS using [Homebrew](http://brew.sh):
24
brew install scw
25
```
26
27
-### Archlinux
+### Arch Linux
28
29
-Install the latest stable release on Archlinux via [AUR](https://aur.archlinux.org/packages/scaleway-cli/).
30
-For instance with `yay`:
+Install the latest stable release on Arch Linux from [offcial repositories](https://archlinux.org/packages/community/x86_64/scaleway-cli/).
+For instance with `pacman`:
31
32
```sh
33
-yay -S scaleway-cli
+pacman -S scaleway-cli
34
35
36
### Chocolatey
0 commit comments