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

Instructions for installing in firefox on OSX #2

Open
rachelwilson opened this issue Oct 23, 2015 · 0 comments
Open

Instructions for installing in firefox on OSX #2

rachelwilson opened this issue Oct 23, 2015 · 0 comments

Comments

@rachelwilson
Copy link

The location of firefox is different on the mac. And I needed to add quotes around the $i variable because there is a space in the dir name. So the final command I ended up running to install the extension on a mac was:

for i in /Users/[USERNAME]/Library/Application\ Support/Firefox/Profiles/[PROFILE]/extensions ; do echo $PWD > "$i"/[email protected] ; done

Would you consider adding this to the instructions...?

Oh and i needed to install node using "brew install node" before I could execute the MakeFile 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

No branches or pull requests

1 participant