Skip to content

Commit

Permalink
Merge pull request #40 from erickgnavar/add-homebrew-instructions-for…
Browse files Browse the repository at this point in the history
…-mac-installation

Add install docs for mac using homebrew
  • Loading branch information
IdreesInc authored Sep 11, 2022
2 parents d6538b9 + db63cf4 commit 43fccd6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,17 @@ Download the most recent `Monocraft.otf` file from the [Releases](https://github

### Mac

#### Manually

Download the most recent `Monocraft.otf` file from the [Releases](https://github.com/IdreesInc/Minecraft-Mono/releases) page. Double click on the downloaded font file and select **Install Font** in the window that appears. More help available [here](https://support.apple.com/en-us/HT201749).

#### Using Homebrew

```shell
brew tap homebrew/cask-fonts
brew install --cask font-monocraft
```

## How to use

After following the installation instructions up above, simply select the "Monocraft" font (note the space) in any application that supports custom fonts. You might need to restart the application or your computer for the font to appear.
Expand Down

0 comments on commit 43fccd6

Please sign in to comment.