Skip to content

Commit 88ee59d

Browse files
authored
Fix invocation instructions for install_macos.sh
1 parent b5364d3 commit 88ee59d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ You can manually drag the fonts from the `fonts/otf` and `fonts/variable` direct
4848
There is also a script which 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:
4949

5050
```bash
51-
$ bash ./util/install_macos.sh
51+
$ cd util
52+
$ bash ./install_macos.sh
5253
```
5354

5455
### Webfonts

0 commit comments

Comments
 (0)