Skip to content

Commit

Permalink
README: Fix Homebrew install instructions
Browse files Browse the repository at this point in the history
- The Homebrew/cask-fonts tap is archived, with fonts migrated to the main Homebrew/cask tap.
  • Loading branch information
issyl0 authored Dec 18, 2024
1 parent ac94165 commit ddaac39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ There is also a script that automates the deletion of all Monaspace fonts from `
```bash
$ bash util/install_macos.sh
```
You can also use [homebrew](https://brew.sh/) as an alternative:

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

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

### Windows
Expand Down

0 comments on commit ddaac39

Please sign in to comment.