mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-11-25 16:47:37 +02:00
Fixes broken curl download example (fixes #50)
This commit is contained in:
parent
273a285953
commit
45ec01deee
@ -152,14 +152,14 @@ Put any font you would like to use into the `~/.local/share/fonts` (Linux) or `~
|
|||||||
Linux
|
Linux
|
||||||
```sh
|
```sh
|
||||||
mkdir -p ~/.local/share/fonts
|
mkdir -p ~/.local/share/fonts
|
||||||
cd ~/.local/share/fonts && curl -fLo DroidSansMonoForPowerlinePlusNerdFileTypes.otf https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/DroidSansMono/Droid%20Sans%20Mono%20for%20Powerline%20Plus%20Nerd%20File%20Types.otf
|
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20for%20Powerline%20Nerd%20Font%20Complete.otf
|
||||||
```
|
```
|
||||||
|
|
||||||
deprecated alternate paths: `~/.fonts`
|
deprecated alternate paths: `~/.fonts`
|
||||||
|
|
||||||
OS X
|
OS X
|
||||||
```sh
|
```sh
|
||||||
cd ~/Library/Fonts && curl -fLo DroidSansMonoForPowerlinePlusNerdFileTypes.otf https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/DroidSansMono/Droid%20Sans%20Mono%20for%20Powerline%20Plus%20Nerd%20File%20Types.otf
|
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20for%20Powerline%20Nerd%20Font%20Complete.otf
|
||||||
```
|
```
|
||||||
|
|
||||||
## Font Install Script
|
## Font Install Script
|
||||||
|
Loading…
Reference in New Issue
Block a user