Update npm install instructions

This commit is contained in:
Ben Word
2013-08-25 19:08:42 -05:00
parent 5fa178032f
commit 536080600a

View File

@@ -10,7 +10,7 @@ Roots is a WordPress starter theme based on [HTML5 Boilerplate](http://html5boil
## Installation
Clone the git repo - `git clone git://github.com/roots/roots.git` - or [download it](https://github.com/roots/roots/zipball/master) and then rename the directory to the name of your theme or website. [Install Grunt](http://gruntjs.com/getting-started), and then install the dependencies for Roots contained in `package.json`:
Clone the git repo - `git clone git://github.com/roots/roots.git` - or [download it](https://github.com/roots/roots/zipball/master) and then rename the directory to the name of your theme or website. [Install Grunt](http://gruntjs.com/getting-started), and then install the dependencies for Roots contained in `package.json` by running the following from the Roots theme directory:
```
npm install