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

Add sudo to linux instructions #373

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jonnymccullagh
Copy link

Just added a few commands to the linux install instructions to try to avoid permissions errors and cloning into wrong directory

@skylarmt
Copy link

cd ~ && should be cd ../ &&, otherwise it'll dump everything in the user's home folder.

@jonnymccullagh
Copy link
Author

cd ~ && should be cd ../ &&, otherwise it'll dump everything in the user's home folder.

I thought it would be better to stick to the home folder for both git clones rather than mixing them and "cd .." has the potential to end up somewhere unknown if we don't know the starting point. We could add:
rm -rf ~/woff2 ~/sfnt2woff-zopfli
to tidy up.

Anyway we also needto install the package ruby-dev too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants