Remove cask addition from brew (#2774)

When running command, I got:

```bash
Error: Tapping homebrew/cask is no longer typically necessary.
Add --force if you are sure you need it for contributing to Homebrew.
```

Installation completed succesfully without the tap.

Co-authored-by: be5invis <belleve@typeof.net>
This commit is contained in:
Martin Bernstorff 2025-05-20 03:51:12 +02:00 committed by GitHub
parent 10a21041b1
commit effc731862
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,6 @@
* **macOS**
* Standard distribution in Homebrew:
```bash
brew tap homebrew/cask
brew install --cask font-iosevka
```
* Search for other variants using `brew search font-iosevka` and install what you want.