浏览代码

Update 'README.md'

Pierre-Yves Barriat 7 年之前
父节点
当前提交
ffbefa2044
共有 1 个文件被更改,包括 7 次插入5 次删除
  1. 7 5
      README.md

+ 7 - 5
README.md

@@ -14,10 +14,12 @@ ssh-keygen -t rsa
 > type `Enter` twice
 
 ```bash
-wget http://www.climate.be:3000/TECLIM/SSH_connection/raw/master/ssh_config
-mv ssh_config .ssh/config
-chmod 600 .ssh/config
-vi .ssh/config
+cd
+cd .ssh
+wget https://gogs.elic.ucl.ac.be/TECLIM/SSH_connection/raw/master/ssh_config
+mv ssh_config config
+chmod 600 config
+vi config
 ```
 
 > type `:%s/jsmith/your_username/g` and `:wq`
@@ -33,7 +35,7 @@ ssh-copy-id -i ~/.ssh/id_rsa.pub gwelic
 First, clone the `TECLIM/SSH_connection` repository. For instance:
 
 ```
-git clone http://www.climate.be:3000/TECLIM/SSH_connection.git # http classical
+git clone https://gogs.elic.ucl.ac.be/TECLIM/SSH_connection.git # https classical
 
 git clone ssh://git@www.climate.be:3022/TECLIM/SSH_connection.git # ssh classical