docs: remove iojs mention
its just confusing people
This commit is contained in:
parent
971115cfbd
commit
4b7b9790f2
1 changed files with 3 additions and 9 deletions
|
@ -1,16 +1,10 @@
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
Koa is supported in all versions of [iojs](https://iojs.org) without any flags.
|
Koa works out of the box with recent versions of Node. To use Koa with 0.11.x you must use the `--harmony` or `--harmony-generators` flag.
|
||||||
|
|
||||||
To use Koa with node, you must be running __node 0.11.16__ or higher for generator and promise support, and must run node(1)
|
|
||||||
with the `--harmony-generators` or `--harmony` flag.
|
|
||||||
|
|
||||||
You can quickly install a supposed version of node/iojs with your favorite version manager:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ nvm install iojs
|
$ npm install koa
|
||||||
$ npm i koa
|
$ node app.js
|
||||||
$ node my-koa-app.js
|
|
||||||
```
|
```
|
||||||
|
|
||||||
# Application
|
# Application
|
||||||
|
|
Loading…
Reference in a new issue