diff --git a/README.md b/README.md index 7bee518..0d2a092 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,15 @@ Several options are available to get started quickly: * [Download the latest release on Start Bootstrap](http://startbootstrap.com/template-overviews/agency/) * Clone the repo: `git clone https://github.com/BlackrockDigital/startbootstrap-agency.git` * Fork the repo +Note: The package contains the source files used to develop the theme. If you are a beginner and don't wish to use the source files, you can delete the `.gitignore` file, the `gulpfile.js` file, the `package.json` file, and the entire `less` directory. If you want to use GulpJS and LESS with this project, see the instructions below! -## Using Source Files +## Developing Using Source Files To use the source files, you will need to have npm installed globally along with Gulp.js. To start: * Run `npm install` in the root directory * Run `gulp dev` and edit the files as needed -If you need to update the plugins included with this template, simpy run the following tasks: +If you need to update the plugins included with this template, simply run the following tasks: * First run `npm update` to update the dependencies * Then run `gulp copy` to copy the new versions to their proper destinations