Updated README.MD file

This commit is contained in:
Pedro Reis 2015-10-14 12:01:05 +01:00
parent 5dd15e09e9
commit 3e026db700
1 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond. The
## Installation
Run the following commands to include barebones:
Clone the barebones repositories into your WordPress /wp-content/themes/ directory:
git clone https://github.com/benchmarkstudios/barebones
cd barebones
@ -34,13 +34,13 @@ To include all its optional submodules ([Simple Grid](https://github.com/pdcreis
* [Node.js](http://nodejs.org)
* [Gulp](http://gulpjs.com)
#### Using Gulp
#### Using Gulp and Laravel Elixir
Install Gulp as a global NPM package, if you don't have it already on your machine:
npm install --global gulp
Clone/download the barebones repositories into your WordPress /wp-content/themes/ directory and run the following to install [Laravel Elixir](http://laravel.com/docs/master/elixir):
Install Laravel Elixir:
npm install