From 03b77d531789cf100a650fe39783272242ab6686 Mon Sep 17 00:00:00 2001 From: Paul Liverman III Date: Wed, 25 Apr 2018 13:42:05 -0700 Subject: [PATCH] upd install instructions --- ReadMe.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index cdf1cca..6ecfb35 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -4,6 +4,9 @@ An extremely simple task management API. ## Installation +**NOTE**: The install script assumes you have `sudo` access, and that the server +will be run by user `www-data`. + For development, simply run `./install.sh dev`. This will install necessary prerequisites. Run `lapis server production` to start the server and `lapis term` to stop it.