Merge pull request #1360 from roots/QWp6t-readmerequirements

Add table of requirements
This commit is contained in:
Ben Word
2015-03-01 10:31:53 -06:00

View File

@@ -13,10 +13,14 @@ Sage is a WordPress starter theme based on HTML5 Boilerplate, gulp, Bower, and B
## Requirements ## Requirements
* PHP >= 5.4 | Prerequisite | How to check | How to install
* Node.js >= 0.12.0 | --------------- | ------------ | ------------- |
* gulp (`npm install -g gulp`) | PHP >= 5.4.x | `php -v` | [php.net](http://php.net/manual/en/install.php) |
* Bower (`npm install -g bower`) | Node.js 0.12.x | `node -v` | [nodejs.org](http://nodejs.org/) |
| gulp >= 3.8.10 | `gulp -v` | `npm install -g gulp` |
| Bower >= 1.3.12 | `bower -v` | `npm install -g bower` |
For more installation notes, refer to the [Install gulp and Bower](#install-gulp-and-bower) section in this document.
## Features ## Features