Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

snosratiershad
Copy link

…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
Copy link
Contributor

Finii commented Nov 11, 2023

See also #64 (review)

@snosratiershad
Copy link
Author

snosratiershad commented Nov 11, 2023

Thanks @Finii, I'm closing this PR as #66 is doing it better.

@heathercran heathercran added this to the 1.101 milestone May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants