diff --git a/README.md b/README.md index bc1f1912b9171071403f954f73d57dedcf74aa07..373ff956293cfa557b3ffebf6dda0275771610c1 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