From 24ad7c8171dd9d4e053493f192137a38158829e0 Mon Sep 17 00:00:00 2001 From: Chris O'Hara Date: Fri, 12 Apr 2024 12:00:44 +1000 Subject: [PATCH] Update README --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) 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 +```