Skip to content

Commit 4d6a8d8

Browse files
authored
Merge pull request #272 from issyl0/patch-1
README: Fix Homebrew install instructions
2 parents ac94165 + ddaac39 commit 4d6a8d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ There is also a script that automates the deletion of all Monaspace fonts from `
8383
```bash
8484
$ bash util/install_macos.sh
8585
```
86-
You can also use [homebrew](https://brew.sh/) as an alternative:
86+
87+
You can also use [Homebrew](https://brew.sh/) as an alternative:
8788

8889
```bash
89-
brew tap homebrew/cask-fonts
90-
brew install font-monaspace
90+
brew install --cask font-monaspace
9191
```
9292

9393
### Windows

0 commit comments

Comments
 (0)