# homebrew-theorchard

Tap of The Orchard's homebrew formulae.

## Setup

> Prerequisite: Install [brew](https://brew.sh/)

Add theorchard's formulae to your installation of brew

```sh
brew tap theorchard/theorchard
```

## Installing Packages

Example: install orchard-utils. Note that the `--build-bottle` flag is required
since we don't publish pre-built binaries.

```sh
brew install orchard-utils --build-bottle
```
