Skip to content

Commit

Permalink
Update README on dependencies, closes #116
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Mar 29, 2016
1 parent f8399d6 commit 3c6bc46
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,16 @@ choice of platform.
## Getting started

### Installation
* **Install dependencies:** Bundler `>1.10`, Node.js `>4.2`, Gulp `>4.0`, Ruby `>1.9` and Yo `>1.5.0`

#### Dependencies
* **Ruby**: `>2.0` with Bundler `>1.10`
* **Node**: `>4.2`, Gulp `>4.0` and Yo `>1.7.0`
* **Gulp:** Since the beta is running Gulp 4.0 you need to install `gulp-cli`:
`npm install gulpjs/gulp-cli#4.0 -g`
* **Jekyllized:** Then install Jekyllized: `npm install
[email protected] -g`

#### Install
* **Scaffold:** Run `yo jekyllized` in the directory you want your site to
scaffold in
* **Start:** Run `gulp` and watch the magic unfold and/or look at the
Expand Down

0 comments on commit 3c6bc46

Please sign in to comment.