mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-25 20:18:01 +02:00
Fix homebrew cask tap command
[The cask](https://github.com/robertgzr/homebrew-tap) has moved, this change updates the `brew tap` command to be correct, and resolves the following error: ``` Error: caskroom/fonts was moved. Tap homebrew/cask-fonts instead. ```
This commit is contained in:
parent
c41890f82b
commit
193c0af910
@ -10,7 +10,7 @@ Quit your editor/program. Unzip and open the folder.
|
||||
|
||||
* **[Instructions for Windows](https://www.microsoft.com/en-us/Typography/TrueTypeInstall.aspx)**
|
||||
* **[Instructions for macOS](http://support.apple.com/kb/HT2509)**
|
||||
* Standard distribution in Homebrew: `brew tap caskroom/fonts && brew cask install font-iosevka` (May be outdated).
|
||||
* Standard distribution in Homebrew: `brew tap homebrew/cask-fonts && brew cask install font-iosevka` (May be outdated).
|
||||
* Customizable install using Homebrew: see [robertgzr/homebrew-tap](https://github.com/robertgzr/homebrew-tap).
|
||||
* **Linux** : Copy the TTF files to your fonts directory → Run `sudo fc-cache`.
|
||||
- Arch Linux users can install the font from the AUR [here](https://aur.archlinux.org/packages/ttf-iosevka) using an AUR wrapper or by doing it manually. [All variants](https://aur.archlinux.org/packages/?O=0&SeB=nd&K=ttf-iosevka&SB=n&SO=a&PP=50&do_Search=Go).
|
||||
|
Loading…
Reference in New Issue
Block a user