Skip to content

Commit

Permalink
Add note about Node.js 0.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Apr 6, 2016
1 parent 82b367f commit ec2ac26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Requirements
* Node.js (>= 0.12, ideally > 4.0)
* Redis

When using Arkivo with Node.js 0.12 you need enable the harmony flag
for generator support, or, alternatively, `npm install gnode` and Arkivo
will use it to transpile the generator code on the fly.

Quickstart
----------
Install `arkivo` using NPM:
Expand Down

0 comments on commit ec2ac26

Please sign in to comment.