20
edits
| Line 90: | Line 90: | ||
* Dirty update (try this first): <code>git checkout master && git pull [mozilla upstream remote] master && npm install</code> | * Dirty update (try this first): <code>git checkout master && git pull [mozilla upstream remote] master && npm install</code> | ||
* Clean update (time intensive) <code>git checkout master && git pull [mozilla upstream remote] master && rm -rf node_modules && npm cache clear && npm install</code> | * Clean update (time intensive) <code>git checkout master && git pull [mozilla upstream remote] master && rm -rf node_modules && npm cache clear && npm install</code> | ||
== Option 2: Installing Webmaker on Heroku == | |||
TODO | |||
== Option 3: Installing Webmaker with Vagrant == | |||
TODO | |||
edits