mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-11-19 16:39:20 +02:00
doc: Correct example patch call through fontforge [skip ci]
[why] The readme states that one should call `fontforge` with `./fortforge`. That means that no PATH is used, and will usually fail, because the user is in our repo and not in the directory where the fontforge binary resides in. And even if ... then the `font-patcher` script would be somewhere else. That makes no sense. [how] Drop the `./` prefix of the `fontforge` call. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
aabed73fdd
commit
fef67f39a6
@ -344,7 +344,7 @@ Patching the font of your own choosing for use with the [VimDevIcons ➶][vim-de
|
||||
* Alternative usage: Execute the patcher with the FontForge binary using the script flag:
|
||||
|
||||
```
|
||||
./fontforge -script font-patcher PATH_TO_FONT
|
||||
fontforge -script font-patcher PATH_TO_FONT
|
||||
```
|
||||
|
||||
* Patching fonts using the AppImage:
|
||||
|
Loading…
Reference in New Issue
Block a user