From c2aa9e37af2f275d7fad84d564daaae8e57bda74 Mon Sep 17 00:00:00 2001 From: Patrik Cyvoct Date: Thu, 8 Oct 2020 09:58:07 +0200 Subject: [PATCH] doc: add AUR link to README Signed-off-by: Patrik Cyvoct --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97b014cfe5..9ca6ead8c9 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,15 @@ Install the latest stable release on macOS using [Homebrew](http://brew.sh): brew install scw ``` +### Archlinux + +Install the latest stable release on Archlinux via [AUR](https://aur.archlinux.org/packages/scaleway-cli/). +For instance with `yay`: + +```sh +yay -S scaleway-cli +``` + ### Chocolatey Install the lastest stable release on Windows using [Chocolatey](https://chocolatey.org/) ([Package](https://chocolatey.org/packages/scaleway-cli)): @@ -37,7 +46,6 @@ choco install scaleway-cli ### Others TODO: Add other package managers: -- [AUR](https://aur.archlinux.org/packages/scaleway-cli/) - [Snap](https://snapcraft.io/) - [Apt](https://wiki.debian.org/Apt) -->