We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601eb27 commit 3b27616Copy full SHA for 3b27616
1 file changed
util/install_macos.sh
@@ -4,7 +4,7 @@
4
rm -rf ~/Library/Fonts/Monaspace*
5
6
# copy all fonts from ./otf to ~/Library/Fonts
7
-cp ./fonts/otf/* ~/Library/Fonts
+cp ../fonts/otf/* ~/Library/Fonts
8
9
# copy variable fonts from ./variable to ~/Library/Fonts
10
-cp ./fonts/variable/* ~/Library/Fonts
+cp ../fonts/variable/* ~/Library/Fonts
0 commit comments