Updated readme
This commit is contained in:
parent
f0198f659b
commit
bd493e99ed
11
README.md
11
README.md
|
@ -14,7 +14,6 @@ A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond. The
|
||||||
* Minimised HTTP requests for high Web Performance
|
* Minimised HTTP requests for high Web Performance
|
||||||
* Localised strings for multiple language support
|
* Localised strings for multiple language support
|
||||||
* Scss compiling and watching, css minification support
|
* Scss compiling and watching, css minification support
|
||||||
* Image optimisation
|
|
||||||
* Base mobile nav out of the box
|
* Base mobile nav out of the box
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
@ -24,15 +23,7 @@ Clone the barebones repositories into your WordPress /wp-content/themes/ directo
|
||||||
git clone https://github.com/benchmarkstudios/barebones
|
git clone https://github.com/benchmarkstudios/barebones
|
||||||
cd barebones
|
cd barebones
|
||||||
|
|
||||||
#### Dependencies
|
### Using Laravel Mix
|
||||||
|
|
||||||
Install Dependencies:
|
|
||||||
```
|
|
||||||
npm install
|
|
||||||
```
|
|
||||||
```
|
|
||||||
|
|
||||||
### Using Gulp
|
|
||||||
|
|
||||||
Install Dependencies, you have haven't done yet:
|
Install Dependencies, you have haven't done yet:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue