You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: