From 0c39f5c565dfab166438167e2d2c1af3d714437b Mon Sep 17 00:00:00 2001 From: Dave Snider Date: Mon, 4 Nov 2013 19:17:23 -0800 Subject: [PATCH] update readme --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index a546c054..aece97c0 100644 --- a/README.rst +++ b/README.rst @@ -98,12 +98,12 @@ Set up your environment // Install node brew install node - // Install node package manager - curl https://npmjs.org/install.sh | sh - // Install bower and grunt npm install -g bower grunt-cli + // Now that everything is installed, let's install the theme dependecies. + npm install + Now that our environment is set up, make sure you're in your virtual environment, go to this repository in your terminal and run grunt: