Skip to content

Commit ddaac39

Browse files
authored
README: Fix Homebrew install instructions
- The Homebrew/cask-fonts tap is archived, with fonts migrated to the main Homebrew/cask tap.
1 parent ac94165 commit ddaac39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
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)