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: