From 536080600a5955e03b0b48f0a68c623f679023ca Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sun, 25 Aug 2013 19:08:42 -0500 Subject: [PATCH] Update npm install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 789893c..6ad775b 100644 --- a/README.md +++ b/README.md @@ -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