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"/tabulator@csail.mit.edu ; 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 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"/tabulator@csail.mit.edu ; 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.