From 59d5de4a204a5a3cbf6f80f3d5e4733477ce93ba Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Thu, 19 Dec 2013 13:44:26 -0800 Subject: [PATCH] Readme: add note about `gnode` to the Readme For people who are stuck on v0.10.x for now, but would still like to use Koa, then `gnode` is a decent option for allowing that to happen. --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 4f24177..a7f390f 100644 --- a/Readme.md +++ b/Readme.md @@ -24,6 +24,10 @@ $ npm install koa alias node='node --harmony' ``` + Another option, if you would like to use koa with __node 0.10.x__ (the current + stable branch), or are tired of typing the `--harmony` flag, is to use + [`gnode`](https://github.com/TooTallNate/gnode) to spawn your node instance. + ## Community - [API](docs/api/index.md) documentation