Updated README to include OSX instructions.

This adds homebrew-based instructions for running on OSX.

Change-Id: If430257b5c38896803145cd88be2e2a7c8b75072
This commit is contained in:
Michael Krotscheck 2015-10-07 09:03:34 -07:00 committed by Matthew Treinish
parent efb490cac9
commit 475471568a
1 changed files with 8 additions and 1 deletions

View File

@ -15,7 +15,9 @@ if doing development work::
Frontend
--------
Installation of the frontend requires Node.js and Gulp. On Ubuntu::
Installation of the frontend requires Node.js and Gulp.
Ubuntu::
sudo apt-get install nodejs npm nodejs-legacy
sudo npm -g install npm@2
@ -23,6 +25,11 @@ Installation of the frontend requires Node.js and Gulp. On Ubuntu::
sudo npm -g install npm
sudo npm -g install gulp
OSX (via HomeBrew, note no sudo)::
brew install nodejs
npm install -g gulp
Then, install the Node modules by running, from the project directory::
npm install