From 4d2f07522e62ab56800efe4aa77a62a3f36683cd Mon Sep 17 00:00:00 2001 From: mishamyrt Date: Mon, 21 Oct 2024 00:26:06 +0300 Subject: [PATCH] docs: update build guide --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d9606ba4..9b5038c0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -76,7 +76,7 @@ make build or ```sh -./scripts/lilex.py build +./scripts/font.py build ``` ### Forced feature activation @@ -86,5 +86,5 @@ The builder gives you the ability to forcibly enable any font features. This wor To do this, build the binaries from the source file with the features: ```sh -./scripts/lilex.py --features 'ss01,zero' build +./scripts/font.py --features 'ss01,zero' build ``` \ No newline at end of file