From 4b136a10c8be14a191bfce738c05ccad26ca489a Mon Sep 17 00:00:00 2001 From: Patrick Massot Date: Thu, 16 Nov 2023 19:39:29 +0100 Subject: [PATCH] Fix Linux installation instructions The script `util/install_linux.sh` clearly expects to be run from the repo root. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b0194f38..c71e1fc4 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,7 @@ You can manually drag the fonts from the `fonts/otf` and `fonts/variable` direct There is also a script which automates the deletion of all Monaspace fonts from `~/.local/share/fonts` and then copies over the latest versions. Invoke it from the root of the repo like: ```bash -$ cd util -$ bash ./install_linux.sh +$ bash ./util/install_linux.sh ``` ### Webfonts