diff --git a/README.md b/README.md index 08999cb..32874fe 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,6 @@ -# Hombrew tap for Dispatch components +To install [Dispatch](https://github.com/stealthrocket/dispatch): -## How do I install these formulae? - -`brew install stealthrocket/dispatch/` - -Or `brew tap stealthrocket/dispatch` and then `brew install `. - -## Documentation - -`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh). +```console +brew tap stealthrocket/dispatch +brew install dispatch +```