diff --git a/cloneRepo.md b/cloneRepo.md
index 1f5d9972c48794e21dda915559de1d42e94038db..7f386066a8822f41b05e5a21e71f7656c89d375a 100644
--- a/cloneRepo.md
+++ b/cloneRepo.md
@@ -18,20 +18,31 @@ $ git clone https://github.com/userName/myRepo.git myRepo
 You will be prompted to enter your credentials.
 
 
-## Clone the practice repository
+## Time to practice!
 
 (Live Demo)
 
 <br>
 
-Clone the training repository! <br><br>
+Clone the practice repository: <br><br>
 https://git-r3lab.uni.lu/R3.training/git.practice
 
+<div class="fragment">
+<br>
+```bash
+$ git clone ssh://git@git-r3lab-server.uni.lu:8022/R3.training/
+  git.practice.git practice
+```
+
 <div class="fragment">
 <br><br>
+<font color="red">
 Any other rudimentary method such as
 
-*'I simply download the `.zip` un unzip it - works like a charm!'*
+*'I simply download the `.zip` and unzip it - works like a charm!'*
 
 shall **be avoided**!
+</font>
 
+<div class="fragment">
+<br>Why?
\ No newline at end of file