githubnext / monaspace

An innovative superfamily of fonts for code
https://monaspace.githubnext.com
SIL Open Font License 1.1
13.18k stars 220 forks source link

readme: correct linux installation relative path and use executable f… #68

Closed snosratiershad closed 7 months ago

snosratiershad commented 7 months ago

…ormat

The install_linux.sh script uses relative paths:

# copy all fonts from ./otf to ~/.local/share/fonts
cp ./fonts/otf/* ~/.local/share/fonts

# copy variable fonts from ./variable to ~/.local/share/fonts
cp ./fonts/variable/* ~/.local/share/fonts

And should be run from the project root. Running inside the util directory will break relative paths.

Also, the install_linux.sh file has executable mod, which allows it to run directly.

Finii commented 7 months ago

See also https://github.com/githubnext/monaspace/pull/64#pullrequestreview-1725946916

snosratiershad commented 7 months ago

Thanks @Finii, I'm closing this PR as https://github.com/githubnext/monaspace/pull/66 is doing it better.