Merge pull request #121 from TooTallNate/add/gnode-readme

Readme: add note about `gnode` to the Readme
master
TJ Holowaychuk 2013-12-19 13:50:57 -08:00
commit e2081380a2
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