diff --git a/README.md b/README.md index fd3e658..a38815f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ -# template-base -Base repository template for LizardByte. +# LizardByte's homebrew taps + +#### Add the repo + +```bash +brew tap LizardByte/homebrew +``` + +#### Install a tap + +```bash +brew install sunshine +``` + +#### Test a tap + +```bash +brew test sunshine +```