From dfab2d615ad2ed76c377df066e21af0e3afaf094 Mon Sep 17 00:00:00 2001 From: Daniel Hooper Date: Mon, 27 Nov 2023 12:25:49 -0500 Subject: [PATCH] fix macOS install command the script expects to be run from the root monaspace folder --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b0194f38..beababb8 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,7 @@ You can manually drag the fonts from the `fonts/otf` or `fonts/variable` directo There is also a script that automates the deletion of all Monaspace fonts from `~/Library/Fonts` and then copies over the latest versions. Invoke it from the root of the repo like: ```bash -$ cd util -$ bash ./install_macos.sh +$ bash ./util/install_macos.sh ``` You can also use [homebrew](https://brew.sh/) as an alternative: @@ -67,8 +66,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