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