Skip to content

Commit cad4aa7

Browse files
authored
Merge pull request #33 from mheob/homebrew-doc
Add documentation block for using homebrew
2 parents 020f2b5 + 045bdff commit cad4aa7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ $ cd util
5252
$ bash ./install_macos.sh
5353
```
5454

55+
You can also use [homebrew](https://brew.sh/) as an alternative:
56+
57+
```bash
58+
brew tap homebrew/cask-fonts
59+
brew install font-monaspace
60+
```
61+
5562
### Windows
5663
You can manually drag the fonts from the `fonts/otf` or `fonts/variable` directory into `C:\Windows\Fonts`. Alternatively, right-click the fonts you want and click Install.
5764

0 commit comments

Comments
 (0)