Merge pull request #121 from TooTallNate/add/gnode-readme
Readme: add note about `gnode` to the Readme
This commit is contained in:
commit
e2081380a2
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ $ npm install koa
|
||||||
alias node='node --harmony'
|
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
|
## Community
|
||||||
|
|
||||||
- [API](docs/api/index.md) documentation
|
- [API](docs/api/index.md) documentation
|
||||||
|
|
Loading…
Reference in a new issue