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.
master
Nathan Rajlich 2013-12-19 13:44:26 -08:00
parent d87af72f21
commit 59d5de4a20
1 changed files with 4 additions and 0 deletions

View File

@ -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