We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 747c474 + c2c17ad commit 1cabe6cCopy full SHA for 1cabe6c
README.md
@@ -18,6 +18,7 @@
18
- [Binary download](#binary-download)
19
- [Run with Docker](#run-with-docker)
20
- [Install using HomeBrew](#install-using-homebrew)
21
+ - [Install from the source](#install-from-the-source)
22
- [Usage](#usage)
23
- [Authenticating the CLI](#authenticating-the-cli)
24
- [Examples](#examples)
@@ -56,7 +57,15 @@ docker run -it --rm -v ovhcloud-cli-config-files:/config ovhcom/ovhcloud-cli log
56
57
## Install using Homebrew
58
59
```sh
-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
69
```
70
71
# Usage
0 commit comments