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.
This commit is contained in:
parent
d87af72f21
commit
59d5de4a20
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