From 475471568a2a907af415d035aa36d9faff4499bc Mon Sep 17 00:00:00 2001 From: Michael Krotscheck Date: Wed, 7 Oct 2015 09:03:34 -0700 Subject: [PATCH] Updated README to include OSX instructions. This adds homebrew-based instructions for running on OSX. Change-Id: If430257b5c38896803145cd88be2e2a7c8b75072 --- README.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7e0db524..80a576f0 100644 --- a/README.rst +++ b/README.rst @@ -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