kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 529b474991c278afd0333558bea8b829d8649497
parent f1d33ab91b238f0dd0da96327b06b698a7ef4d7f
Author: Joris Vink <joris@coders.se>
Date:   Mon,  6 Mar 2017 14:28:06 +0100

update README

Diffstat:
README.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -60,8 +60,8 @@ Requirements for python (optional) Normal compilation and installation: ``` -# cd kore -# make +$ cd kore +$ make # make install ```