Skip to content

Commit da5e577

Browse files
committed
Mention Homebrew in the installation instructions
1 parent 2570696 commit da5e577

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ You can also install Frogmouth with `pip`:
7979
pip install frogmouth
8080
```
8181

82+
On systems using Homebrew, you can tap into the Textualize tap and install Frogmouth with `brew`:
83+
84+
```
85+
brew tap textualize/homebrew
86+
brew install frogmouth
87+
```
88+
8289
Whichever method you use, you should have a `frogmouth` command on your path.
8390

8491
## Running

0 commit comments

Comments
 (0)