From f32c7109ce4ab442457b2aa8744d4842d975dc84 Mon Sep 17 00:00:00 2001 From: Amaan Hashmi-Ubhi Date: Sat, 21 Feb 2026 16:41:12 +0000 Subject: [PATCH] Add Arch package installation on the README Signed-off-by: Amaan Hashmi-Ubhi --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 5ff325f0..d502ec82 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ - [Binary download](#binary-download) - [Run with Docker](#run-with-docker) - [Install using HomeBrew](#install-using-homebrew) + - [Install on Arch Linux](#install-on-arch-linux) - [Install from the source](#install-from-the-source) - [Usage](#usage) - [Authenticating the CLI](#authenticating-the-cli) @@ -60,6 +61,17 @@ docker run -it --rm -v ovhcloud-cli-config-files:/config ovhcom/ovhcloud-cli log brew install --cask ovh/tap/ovhcloud-cli ``` +## Install on Arch Linux + +The binary is available in the [Arch User Repository](https://aur.archlinux.org) for Arch Linux: + +```sh +git clone https://aur.archlinux.org/ovhcloud-cli-bin.git +cd ovhcloud-cli-bin/ +makepkg -sri + +``` + ## Install from the source Requires Go to be installed on your system.