From 10ed3c0b4ed15250a0186a30a824b1f445294b91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Mon, 9 May 2022 10:46:36 +0200 Subject: [PATCH] docs: fix Arch Linux links and naming - Update Arch packaging link to [community]. Fix #2318. - Fix Arch naming. Archlinux -> Arch Linux. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6745260842..66d4268e01 100644 --- a/README.md +++ b/README.md @@ -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