From 151248ae44790b34d5d0f3e3e412208c602c858e Mon Sep 17 00:00:00 2001 From: Austin Pray Date: Sun, 11 Jan 2015 12:12:39 -0600 Subject: [PATCH] Add bower install to readme ref https://github.com/roots/roots/issues/1252 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ecca5d3..07378de 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ From the command line: 1. Install [gulp](http://gulpjs.com) and [Bower](http://bower.io/) globally with `npm install -g gulp bower` 2. Navigate to the theme directory, then run `npm install` +3. Run `bower install` You now have all the necessary dependencies to run the build process.