-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README on dependencies, closes #116
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|