mirror of
https://github.com/daylinmorgan/monolisa-nerdfont-patch.git
synced 2024-12-22 06:50:44 -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
|
_Most_ Batteries included repo to patch MonoLisa with Nerd Fonts glyphs
|
||||||
|
|
||||||
tested w/ MonoLisa v1.808
|
tested w/ MonoLisa v2.003
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="./assets/help.svg" width=400>
|
<img src="./assets/help.svg" width=400>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Before You Begin
|
## Dependencies
|
||||||
|
|
||||||
First you will need to install `fontforge`
|
- `python`
|
||||||
There are a number of caveats to invoking the `font-patcher` script.
|
- `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).
|
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:
|
On Arch:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo pacman -S fontforge
|
sudo pacman -S fontforge
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue