Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding homebrew instructions to readme #180

Merged
merged 1 commit into from
Mar 23, 2022
Merged
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
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This repository is [Maintained](https://github.com/packethost/standards/blob/mas
* [Installation](#installation)
* [Install binary from Source](#install-binary-from-source)
* [Install binary from Release Download](#install-binary-from-release-download)
* [Install via Homebrew](#install-via-homebrew)
* [Configuring your Path](#configuring-your-path)
* [Shell Completion](#shell-completion)
* [Authentication](#authentication)
Expand Down Expand Up @@ -54,6 +55,15 @@ You can find the installed executable/binary in either `$GOPATH/bin` or `$HOME/g

Download the appropriate Equinix Metal CLI binaries for your platform to the desired location,`chmod` it and rename it to `metal`.


### Install via Homebrew

If you prefer installing via Homebrew, you can run the following:

```bash
brew tap equinix/homebrew-tap
brew install metal-cli
```
### Configuring your Path

If the directory where your binaries were installed is not already in your `PATH` environment variable, then it will need to be added.
Expand Down