From d38dcced86700c136f6341b82b70e2b44da7e8ac Mon Sep 17 00:00:00 2001 From: Sumanth Lingappa <42572246+sumanth-lingappa@users.noreply.github.com> Date: Thu, 16 Nov 2023 09:02:18 +0530 Subject: [PATCH] corrected installation example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit corrected the example run. Otherwise below error would occur. ```bash ❯ cd util ❯ bash ./install_macos.sh cp: ./fonts/otf/*: No such file or directory cp: ./fonts/variable/*: No such file or directory ``` --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b0194f38..09bf60f4 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: