mirror of
https://github.com/daylinmorgan/monolisa-nerdfont-patch.git
synced 2024-11-12 18:03:14 -06:00
docs: recommend a depth of 1 for cloning
This commit is contained in:
parent
5961924097
commit
c70c84402e
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
@ -8,13 +8,14 @@ tested w/ MonoLisa v2.003
|
|||
<img src="./assets/help.svg" width=400>
|
||||
</p>
|
||||
|
||||
## Dependencies
|
||||
## Getting Started
|
||||
|
||||
### Dependencies
|
||||
|
||||
- `python`
|
||||
- `make` (optional)
|
||||
- `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).
|
||||
|
@ -28,6 +29,12 @@ You can also download the version for your system from the releases in the fontf
|
|||
|
||||
If you prefer to use `docker` rather than install `fontforge` you can add `ARGS='--docker'` to calls to `make patch`.
|
||||
|
||||
Next you may clone the repo to fetch the needed symbols/scripts for patching:
|
||||
|
||||
```bash
|
||||
git clone --depth 1 git@github.com:daylinmorgan/monolisa-nerdfont-patch.git
|
||||
```
|
||||
|
||||
## Downloading MonoLisa
|
||||
|
||||
Once you have acquired MonoLisa, follow the link in your email to download it.
|
||||
|
|
Loading…
Reference in a new issue