From e1ebb28342cab046eac681b952295fd84555a048 Mon Sep 17 00:00:00 2001 From: biji Date: Thu, 12 Jul 2018 18:26:27 +0700 Subject: [PATCH] Updated Install from source without root (markdown) --- Install-from-source-without-root.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Install-from-source-without-root.md b/Install-from-source-without-root.md index 7a43dcf..5fe9c36 100644 --- a/Install-from-source-without-root.md +++ b/Install-from-source-without-root.md @@ -1,3 +1,5 @@ +# Quick install for development / debugging + * Install [nvm](https://github.com/creationix/nvm) * `source NVMPATH/nvm.sh` for example `source ~/.nvm/nvm.sh` * `nvm install v8.11.3` @@ -17,3 +19,5 @@ When you get this output, wekan is ready: => App running at: http://localhost:3000/ ``` + +Register new user for administrator