From a4566abdfa96c2b5bf55734200220862f238856b Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rault Date: Thu, 8 Dec 2016 12:41:24 +0100 Subject: [PATCH] small edits for the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5e44590..95ce63c 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,7 @@ Once installed, reaching `http://domain.tld/path` should show a page explaining From the `sources` directory, do as follows: `make build` + `make test` + `./local/bin/gunicorn --reload --paste syncserver.ini` instead of the classical `make serve` to take into account changes you will surely do by developping the app.