From 3e026db700ccec7703bf3be3a4aa1d84d1c16298 Mon Sep 17 00:00:00 2001 From: Pedro Reis Date: Wed, 14 Oct 2015 12:01:05 +0100 Subject: [PATCH] Updated README.MD file --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a443dcc..7b98cac 100644 --- a/README.md +++ b/README.md @@ -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