diff --git a/README.md b/README.md index aacceac..d932444 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@ To access the current version of this template, visit http://startbootstrap.com/ You can use the source files within this repo to customize the Agency theme. You can custmoize the HTML, CSS (using LESS), and the JavaScript while Grunt watches the files and compiles them automatically for you. To get started, follow the steps below. -- Clone the repo -- Run `npm install` in the root directory -- After all of the node modules are installed you can either edit files and then run `grunt` to build the new dist folder, or you can run `grunt watch` which will tell Grunt to watch specified files for changes, and update the files in the dist folder automatically. +- First, clone the repository. +- Run `npm install` in the root directory to install all of the Grunt dependencies. +- Run `bower install` in the root directory to install all of the required Bower components. +- After all of the node modules and bower components are installed, you can either edit files and then run `grunt` to build the new dist folder, or you can run `grunt watch` which will tell Grunt to watch specified files for changes, and update the files in the dist folder automatically. Make sure to check out the Gruntfile and change it around as needed if you're adding more components to your project. *Note: You will need to have Node Package Manager (npm) and Grunt installed in order to perform the tasks outlined above.* \ No newline at end of file