20
edits
Line 92: | Line 92: | ||
==== Manual installation ==== | ==== Manual installation ==== | ||
These commands will use <code>git</code> to pull the latest updates from the Mozilla repo, and then reinstall the node ''modules'' (or libraries). If you followed each server's installation instructions exactly, <code>[mozilla upstream remote]</code> should be replaced with <code>origin</code>. Otherwise, replace it with whatever you labeled the Mozilla [http://git-scm.com/book/en/Git-Basics-Working-with-Remotes remote]. | |||
* 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> |
edits