Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down