We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29880d5 commit 52fbda2Copy full SHA for 52fbda2
1 file changed
util/install_linux.sh
@@ -3,10 +3,10 @@
3
# remove all fonts from ~/.local/share/fonts that start with "Monaspace"
4
rm -rf ~/.local/share/fonts/Monaspace*
5
6
-# copy all fonts from ./otf to ~/Library/Fonts
+# copy all fonts from ./otf to ~/.local/share/fonts
7
cp ./fonts/otf/* ~/.local/share/fonts
8
9
-# copy variable fonts from ./variable to ~/Library/Fonts
+# copy variable fonts from ./variable to ~/.local/share/fonts
10
cp ./fonts/variable/* ~/.local/share/fonts
11
12
# Build font information caches
0 commit comments