From fdb2bebcbdf593317023a3901da1ce5104d0f9ff Mon Sep 17 00:00:00 2001
From: Bourdel Laurent <laurent.bourdel@insa-rennes.fr>
Date: Wed, 21 Nov 2018 19:48:32 +0100
Subject: [PATCH] ReadMe update

---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index bc1f191..373ff95 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Command line instructions
 
 0/ Create SSH keys for rights access on GitLab INSA account in terminal window
 
-cmdline : ssh-keygen
+cmdline : ssh-keygen (fill all questions to empty)
 
 Generating public/private rsa key pair.
 
@@ -28,7 +28,7 @@ Zip .ssh folder and send by mail your secure key for future use
 
 2/ Clone Teacher Repo in terminal window
 
-Clone repo in your home
+Clone repo in your home : cd ~
 
 git clone ssh://git@gitlab.insa-rennes.fr:16022/EmbeddedLinux_Group/EmbeddedLinux_UDOO-NEO.git
 
@@ -53,7 +53,7 @@ Ask Teacher to add you member of group EmbeddedLinux_UDOO-NEO with Maintainer ri
 
 Choose group "EmbeddedLinux_Group" (drop down menu Project path) 
 
-Name Project like "4CDTI-P2020-<YourName>-LabUdooNeo"
+Name Project like "4CDTI-P2020-YourName-LabUdooNeo"
 
 Add your co-worker as developer role (Settings/Members)
 
@@ -61,7 +61,7 @@ Add your co-worker as developer role (Settings/Members)
 
 git remote rename origin origin-teacher
 
-git remote add origin ssh://git@gitlab.insa-rennes.fr:16022/EmbeddedLinux_Group/4CDTI-P2020-<YourName>-LabUdooNeo
+git remote add origin ssh://git@gitlab.insa-rennes.fr:16022/EmbeddedLinux_Group/4CDTI-P2020-YourName-LabUdooNeo.git
 
 git remote -v
 
-- 
GitLab