From a09010fe6007f9cfae35295ce7fa10c292c4f5cf Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 23 Jun 2017 17:54:28 +0300 Subject: [PATCH] Updated Install and Update (markdown) --- Install-and-Update.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Install-and-Update.md b/Install-and-Update.md index 789c25e..f0bbad2 100644 --- a/Install-and-Update.md +++ b/Install-and-Update.md @@ -141,9 +141,10 @@ sudo rm -rf ~/.npm # Download Wekan git clone https://github.com/wekan/wekan -cd wekan -git submodule init -git submodule update +cd wekan/packages +git clone https://github.com/wekan/flow-router.git kadira-flow-router +git clone https://github.com/meteor-useraccounts/core.git meteor-useraccounts-core +cd .. # When rebuilding, delete npm 5.x package-lock.json file because it gives Base64 package errors rm package-lock.json