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 6665ad9c453989011de80edd91e9bea8f23633f7
parent 658bb2936ed8c365c01d1e3e751e89c79876ede6
Author: Joris Vink <joris@coders.se>
Date:   Fri, 13 Apr 2018 16:07:04 +0200

add comment that master should always work.

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

diff --git a/README.md b/README.md @@ -45,7 +45,8 @@ Platforms supported Building Kore ------------- -Grab the [latest release](https://github.com/jorisvink/kore/releases/tag/2.0.0-release) tarball or clone the repository. +Grab the [latest release](https://github.com/jorisvink/kore/releases/tag/2.0.0-release) tarball or clone this repository. The master branch is considered to +always be stable. Requirements * openssl (1.0.2k+ or 1.1.0e+)