From a6c07b89fa07db4c35f5563fa5da6153ec236916 Mon Sep 17 00:00:00 2001 From: Mr Clown Fox Date: Thu, 7 Jul 2016 13:41:52 +0100 Subject: [PATCH] Updated install method Listed installation method didn't work for me. This one did. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7da4043..a6e7827 100644 --- a/README.md +++ b/README.md @@ -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 NOT koa 2. Meanwhile we are migrating to kao 2 and you can also take part in it. ## Learn More