Skip to content

Commit f32c710

Browse files
committed
Add Arch package installation on the README
Signed-off-by: Amaan Hashmi-Ubhi <AmaanHUB@protonmail.com>
1 parent 373641e commit f32c710

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- [Binary download](#binary-download)
1919
- [Run with Docker](#run-with-docker)
2020
- [Install using HomeBrew](#install-using-homebrew)
21+
- [Install on Arch Linux](#install-on-arch-linux)
2122
- [Install from the source](#install-from-the-source)
2223
- [Usage](#usage)
2324
- [Authenticating the CLI](#authenticating-the-cli)
@@ -60,6 +61,17 @@ docker run -it --rm -v ovhcloud-cli-config-files:/config ovhcom/ovhcloud-cli log
6061
brew install --cask ovh/tap/ovhcloud-cli
6162
```
6263

64+
## Install on Arch Linux
65+
66+
The binary is available in the [Arch User Repository](https://aur.archlinux.org) for Arch Linux:
67+
68+
```sh
69+
git clone https://aur.archlinux.org/ovhcloud-cli-bin.git
70+
cd ovhcloud-cli-bin/
71+
makepkg -sri
72+
73+
```
74+
6375
## Install from the source
6476

6577
Requires Go to be installed on your system.

0 commit comments

Comments
 (0)