Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Install the latest stable release on macOS using [Homebrew](http://brew.sh):
brew install scw
```

### Archlinux
### Arch Linux

Install the latest stable release on Archlinux via [AUR](https://aur.archlinux.org/packages/scaleway-cli/).
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`:

```sh
yay -S scaleway-cli
pacman -S scaleway-cli
```

### Chocolatey
Expand Down