Updated readme

This commit is contained in:
Dan Coulthard 2023-08-03 12:58:20 +01:00
parent f0198f659b
commit bd493e99ed
1 changed files with 1 additions and 10 deletions

View File

@ -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: