Skip to content

Commit

Permalink
Add steps for installation using homebrew in README.md (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo2308 authored Jul 25, 2023
1 parent f4201a3 commit 2adf4de
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ To build `fsoc` locally, after cloning this repository:

For more information on setting up the development environment and building fsoc, please see [CONTRIBUTING](CONTRIBUTING.md).

## Install using Homebrew

1. Install homebrew if not already installed from https://brew.sh
2. Install `fsoc` using homebrew
```
brew tap cisco-open/tap
brew install fsoc
```

## TL;DR Install Prebuilt Binaries

Prebuilt binaries are published for each [`fsoc` release](https://github.com/cisco-open/fsoc/releases) for the following platforms:
Expand Down

0 comments on commit 2adf4de

Please sign in to comment.