File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
6061brew 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
6577Requires Go to be installed on your system.
You can’t perform that action at this time.
0 commit comments