mirror of
https://github.com/daylinmorgan/monolisa-nerdfont-patch.git
synced 2024-11-12 18:03:14 -06:00
docs: update readme with deps
This commit is contained in:
parent
61f8973bdf
commit
e8e7570cc9
1 changed files with 9 additions and 5 deletions
14
README.md
14
README.md
|
@ -2,20 +2,24 @@
|
|||
|
||||
_Most_ Batteries included repo to patch MonoLisa with Nerd Fonts glyphs
|
||||
|
||||
tested w/ MonoLisa v1.808
|
||||
tested w/ MonoLisa v2.003
|
||||
|
||||
<p align="center">
|
||||
<img src="./assets/help.svg" width=400>
|
||||
</p>
|
||||
|
||||
## Before You Begin
|
||||
## Dependencies
|
||||
|
||||
First you will need to install `fontforge`
|
||||
There are a number of caveats to invoking the `font-patcher` script.
|
||||
- `python`
|
||||
- `make`
|
||||
- `fontforge` OR `docker`
|
||||
|
||||
|
||||
There are some caveats to invoking the `font-patcher` script.
|
||||
Some of which are explained by [nerd fonts](https://github.com/ryanoasis/nerd-fonts#font-patcher).
|
||||
To use `font-patcher` with `fontforge` first ensure it is installed (or see below for `docker` approach).
|
||||
|
||||
On Arch:
|
||||
|
||||
```bash
|
||||
sudo pacman -S fontforge
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue