githubnext / monaspace

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

Fix install_linux.sh paths #165

Closed mikkovedru closed 1 month ago

mikkovedru commented 7 months ago

Otherwise the instuctions of:

$ cd util
$ bash ./install_linux.sh

will lead to copying path errors:

cp: cannot stat './fonts/otf/*': No such file or directory
cp: cannot stat './fonts/variable/*': No such file or directory
cloudishBenne commented 6 months ago

The more simple solution would be to just change the instruction command to:

bash util/install_linux.sh
idan commented 1 month ago

Fixed in the batch of commits around 93c4bcdb772fe34c4aef415a87e1521ae9947012. Thank you!