From eae2a4a8d6b28c478ac29d53308dfefd27900992 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 25 Jul 2017 16:13:56 +0300 Subject: [PATCH] Updated Install and Update (markdown) --- Install-and-Update.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Install-and-Update.md b/Install-and-Update.md index 9c33e25..abb33d1 100644 --- a/Install-and-Update.md +++ b/Install-and-Update.md @@ -144,7 +144,9 @@ sudo rm -rf ~/.npm # Download Wekan git clone https://github.com/wekan/wekan -cd wekan/packages +cd wekan +mkdir packages +cd 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 sed -i 's/api\.versionsFrom/\/\/api.versionsFrom/' ~/.meteor/packages/meteor-useraccounts-core/package.js