From 7ee1b4450e76765f175225d502e4487560e73c96 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 9 Nov 2021 13:22:57 -0600 Subject: [PATCH] update README --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f21423..8b36d89 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MonoLisa NF -Batteries inlcuded repo to patch MonoLisa with Nerd Fonts glyphs +*Most* Batteries inlcuded repo to patch MonoLisa with Nerd Fonts glyphs ## Before You Begin @@ -21,8 +21,15 @@ Then extract the `.zip` into `MonoLisa/`. Once you have downloaded MonoLisa and `fontforge` you can easily apply the nerd font patches using the `patch-monolisa` script. The only required argument is the font file extension you want to patch. -All remiaining supplied arguments are passed to the `font-patcher` script. +All remaining supplied arguments are passed to the `font-patcher` script. ```bash ./patch-monolisa otf -c -w -``` \ No newline at end of file +``` + +You can find your patched fonts in the `patched/` directory + +## Special Thanks + +- [MonoLisa](monolisa.dev) +- [Nerd Fonts](nerdfonts.com)