Skip to content

Commit 52fbda2

Browse files
committed
#26 Properly refer to ~/.local/share/fonts in comments
1 parent 29880d5 commit 52fbda2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

util/install_linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# remove all fonts from ~/.local/share/fonts that start with "Monaspace"
44
rm -rf ~/.local/share/fonts/Monaspace*
55

6-
# copy all fonts from ./otf to ~/Library/Fonts
6+
# copy all fonts from ./otf to ~/.local/share/fonts
77
cp ./fonts/otf/* ~/.local/share/fonts
88

9-
# copy variable fonts from ./variable to ~/Library/Fonts
9+
# copy variable fonts from ./variable to ~/.local/share/fonts
1010
cp ./fonts/variable/* ~/.local/share/fonts
1111

1212
# Build font information caches

0 commit comments

Comments
 (0)