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

README for om via homebrew [closes #293] #295

Merged
merged 1 commit into from
Dec 27, 2018
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
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,18 @@ provided. The Ops Manager API documentation is available at

To install `om` go to [Releases](https://github.com/pivotal-cf/om/releases)

Additionally, you can install `om` via `apt-get` from [Stark and Wayne's](https://www.starkandwayne.com/) apt-get repo:
```
Additionally, you can install `om` via `apt-get` or `homebrew` from [Stark and Wayne](https://www.starkandwayne.com/):
```sh
# apt-get:
wget -q -O - https://raw.githubusercontent.com/starkandwayne/homebrew-cf/master/public.key | apt-key add -
echo "deb http://apt.starkandwayne.com stable main" | tee /etc/apt/sources.list.d/starkandwayne.list
apt-get update

apt-get install om

# homebrew:
brew tap starkandwayne/cf
brew install om
```

## Current Commands
Expand Down