From 4463c12d075dccbbb69bfd6026dfb8326ef71497 Mon Sep 17 00:00:00 2001 From: Daniel Duarte Tojal <daniel.duarte.001@student.uni.lu> Date: Wed, 28 Aug 2019 09:35:28 +0200 Subject: [PATCH] Update install info for submodules --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d8092b81..d5328a16 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ In order to use the slide deck, you must have: ```bash $ git clone --recurse-submodules ssh://git@git-r3lab-server.uni.lu:8022/<yourUsername>/presentations.git ``` +- Be sure all submodules are installed and updated: + ```bash + $ git submodule update --init --recursive + ``` - Open a terminal and work on your presentation: ```bash $ cd presentations -- GitLab