Skip to content

Commit

Permalink
Merge pull request #1360 from roots/QWp6t-readmerequirements
Browse files Browse the repository at this point in the history
Add table of requirements
  • Loading branch information
retlehs committed Mar 1, 2015
2 parents fd8c437 + b49d856 commit 9ee4149
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ Sage is a WordPress starter theme based on HTML5 Boilerplate, gulp, Bower, and B

## Requirements

* PHP >= 5.4
* Node.js >= 0.12.0
* gulp (`npm install -g gulp`)
* Bower (`npm install -g bower`)
| Prerequisite | How to check | How to install
| --------------- | ------------ | ------------- |
| PHP >= 5.4.x | `php -v` | [php.net](http://php.net/manual/en/install.php) |
| 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

Expand Down

0 comments on commit 9ee4149

Please sign in to comment.