From 90fa41cf58e1c7a0c562a85fd9c8049e1463c736 Mon Sep 17 00:00:00 2001
From: Olivier Cots <61-ocots@users.noreply.022e47118ec0>
Date: Mon, 22 Mar 2021 11:57:59 +0000
Subject: [PATCH] Update cimpa_procedure.md

---
 cimpa_procedure.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/cimpa_procedure.md b/cimpa_procedure.md
index 17c557a..e8254cf 100644
--- a/cimpa_procedure.md
+++ b/cimpa_procedure.md
@@ -4,7 +4,7 @@
 
 ![Image New terminal](course/images/new_terminal.png)
 
-* To download the course, enter the command:
+* The lecture and exercices are given in the form of python notebooks. To download all the course you can use the `git` command ([git](https://git-scm.com/downloads)). To clone the git repository and get the course, enter the command in the Terminal:
 
 ```bash
 git clone https://gitlab.irit.fr/toc/cimpa/gnmoc.git
@@ -12,3 +12,8 @@ git clone https://gitlab.irit.fr/toc/cimpa/gnmoc.git
 
 ![Image Git Clone](course/images/git_clone.png)
 
+* Coming back to your account at https://tljh.polytech.unice.fr/, you should see the directory `gnmoc`:
+
+![Image gnmoc](course/images/gnmoc.png)
+
+* The lecture is in the sub-directory `course/lecture` while the exercices are in `course/exercices`. You can double-click on any notebook to open it.
-- 
GitLab