homebrew-tap

Homebrew tap containing formulae for my published programs.
Log | Files | Refs | README

commit 9dab4782e4cb697fca555d9e257be91d646258ae
parent 48ba920f3bec511bd72dc5a21235791cda057779
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Mon, 27 Feb 2023 13:14:05 +0800

docs: describe usage of tap
Diffstat:
AREADME.md | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,9 @@ +# homebrew-tap +Homebrew tap containing formulae for my published programs. + +Intall icnsify: + +``` +brew tap jackmordaunt/homebrew-tap +brew install icnsify +```