From 6f3af594db3916d3dca081ad61e3d89ee4bd2e9e Mon Sep 17 00:00:00 2001 From: Zanie Date: Sat, 11 Nov 2023 10:52:24 -0600 Subject: [PATCH] Fix usage of `install_macos.sh` in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The provided suggestion to run `./install_macos.sh` from the `util` directory fails since the script expects to be relative to the root of the content. ``` ❯ cd util ❯ bash ./install_macos.sh cp: ./fonts/otf/*: No such file or directory cp: ./fonts/variable/*: No such file or directory ``` Avoiding the change to `util` and running `bash ./util/install_macos.sh` works. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c5dbf112..0010e473 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: