1
0
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:
Fini Jastrow 2022-04-27 16:09:48 +02:00 committed by Fini
parent aabed73fdd
commit fef67f39a6

View File

@ -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: