Skip to content

Commit

Permalink
Merge pull request #33 from mheob/homebrew-doc
Browse files Browse the repository at this point in the history
Add documentation block for using homebrew
  • Loading branch information
idan committed Nov 11, 2023
2 parents 020f2b5 + 045bdff commit cad4aa7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ $ cd util
$ bash ./install_macos.sh
```

You can also use [homebrew](https://brew.sh/) as an alternative:

```bash
brew tap homebrew/cask-fonts
brew install font-monaspace
```

### Windows
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.

Expand Down

0 comments on commit cad4aa7

Please sign in to comment.