Skip to content

Commit

Permalink
Added Homebrew install instructions to the README.md (#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpshackelford authored Oct 24, 2023
1 parent ec85867 commit 15435d5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,17 @@ Operating System | Download
---|---
macOS | <a href='https://storage.googleapis.com/cli/darwin/ops.pkg'><img alt='Get it on macOS' width="134px" src='https://raw.githubusercontent.com/nanovms/ops/master/assets/BadgeMacOS.png'/></a>

## MacOS via Homebrew
Add the repo & install:
```sh
brew tap nanovms/homebrew-ops
```

```sh
brew install nanovms/ops/ops
```
See the [formula file](https://github.com/nanovms/homebrew-ops/blob/master/Formula/ops.rb) for details.

## Debian / Redhat:

Add a deb src:
Expand Down

0 comments on commit 15435d5

Please sign in to comment.