Skip to content

Commit 1cabe6c

Browse files
authored
Merge pull request #65 from ovh/readme
chore: readme: fix homebrew installation process + add install from source
2 parents 747c474 + c2c17ad commit 1cabe6c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
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 from the source](#install-from-the-source)
2122
- [Usage](#usage)
2223
- [Authenticating the CLI](#authenticating-the-cli)
2324
- [Examples](#examples)
@@ -56,7 +57,15 @@ docker run -it --rm -v ovhcloud-cli-config-files:/config ovhcom/ovhcloud-cli log
5657
## Install using Homebrew
5758

5859
```sh
59-
brew install ovh/tap/ovhcloud-cli
60+
brew install --cask ovh/tap/ovhcloud-cli
61+
```
62+
63+
## Install from the source
64+
65+
Requires Go to be installed on your system.
66+
67+
```sh
68+
go install github.com/ovh/ovhcloud-cli/cmd/ovhcloud@latest
6069
```
6170

6271
# Usage

0 commit comments

Comments
 (0)