Update brew install instructions (#2346)

This commit is contained in:
Jason 2024-05-27 23:19:10 -04:00 committed by GitHub
parent f517e4fb8d
commit 6f4957ea98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,8 +30,8 @@
* **macOS** * **macOS**
* Standard distribution in Homebrew: * Standard distribution in Homebrew:
```bash ```bash
brew tap homebrew/cask-fonts brew tap homebrew/cask
brew install font-iosevka brew install --cask font-iosevka
``` ```
* Search for other variants using `brew search font-iosevka` and install what you want. * Search for other variants using `brew search font-iosevka` and install what you want.
* Customizable install using Homebrew: see [robertgzr/homebrew-tap](https://github.com/robertgzr/homebrew-tap). * Customizable install using Homebrew: see [robertgzr/homebrew-tap](https://github.com/robertgzr/homebrew-tap).