Browse Source

Update 'README.md'

Pierre-Yves Barriat 7 years ago
parent
commit
ac0c88eda2
1 changed files with 6 additions and 1 deletions
  1. 6 1
      README.md

+ 6 - 1
README.md

@@ -30,7 +30,12 @@ Or:
 [ ! -f ~/.ssh/id_rsa.pub ] && ssh-keygen -t rsa
 cat ~/.ssh/id_rsa.pub | xclip -sel clip
 ```
-Do 'CTRL+V' in http://www.climate.be:3000/user/settings/ssh and:
+1. Go to http://www.climate.be:3000/user/settings/ssh, 
+2. click on the 'Add Key' button, 
+3. enter the Key Name you want, 
+4. and finally do a 'CTRL-V' in Content. 
+
+And now:
 ```
 git clone ssh://git@www.climate.be:3022/TECLIM/Git_Training.git
 ```