From e8e7570cc9d38c557f461184a180c76cdac1f0c4 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 3 Jan 2023 11:50:33 -0600 Subject: [PATCH] docs: update readme with deps --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0ea7a31..6a4eb2d 100644 --- a/README.md +++ b/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

-## 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 ```