Skip to content

Commit

Permalink
README for om via homebrew [closes #293]
Browse files Browse the repository at this point in the history
  • Loading branch information
aegershman authored and fredwangwang committed Dec 27, 2018
1 parent c8abb23 commit 5146932
Showing 1 changed file with 7 additions and 2 deletions.
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

0 comments on commit 5146932

Please sign in to comment.