From 1bbcf3bdbe7289082d23c9d55a437d325a337eb4 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 2 Apr 2017 20:50:31 +0300 Subject: [PATCH] Add submodules --- Install-and-Update.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Install-and-Update.md b/Install-and-Update.md index 468e25b..ab05020 100644 --- a/Install-and-Update.md +++ b/Install-and-Update.md @@ -135,6 +135,8 @@ sudo ln -s ~/repos/meteor/meteor /usr/local/bin/meteor # Download Wekan git clone https://github.com/wekan/wekan cd wekan +git submodule init +git submodule update #### OPTIONAL: test pull request ## git checkout -b dwrensha-profile-bugfix devel