Skip to content
Snippets Groups Projects
Commit 4463c12d authored by Daniel Duarte's avatar Daniel Duarte
Browse files

Update install info for submodules

parent fe9ae88f
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,10 @@ In order to use the slide deck, you must have: ...@@ -18,6 +18,10 @@ In order to use the slide deck, you must have:
```bash ```bash
$ git clone --recurse-submodules ssh://git@git-r3lab-server.uni.lu:8022/<yourUsername>/presentations.git $ 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: - Open a terminal and work on your presentation:
```bash ```bash
$ cd presentations $ cd presentations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment