Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Updated installation method in readme #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Updated install method
Listed installation method didn't work for me. This one did.
  • Loading branch information
Clown-Fox authored Jul 7, 2016
commit a6c07b89fa07db4c35f5563fa5da6153ec236916
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ If you want to play offline, install all these dependencies first:
npm install koa koa-session co-body co-views ejs
```

If the above method does not work on your system, there is an alternative. Assuming you already have [Node.js](https://nodejs.org/en/) installed, run:

```
git clone http://github.com/koajs/kick-off-koa

npm install

node kick-off-koa.js
```

Note that the exercises of kick-off are only verified under koa 1, but <strong>NOT</strong> koa 2. Meanwhile we are migrating to kao 2 and you can also take part in it.
## Learn More

Expand Down