Pierre-Yves Barriat 8 лет назад
Родитель
Сommit
7a9d959687
1 измененных файлов с 4 добавлено и 9 удалено
  1. 4 9
      README.md

+ 4 - 9
README.md

@@ -3,19 +3,11 @@
 EC-Earth is a global coupled climate model. It is developed by a consortium of European research institutions.
 The goal of this project is to adapt this model for our needs in TECLIM: install, run management, etc.
 
-### Important Notes
-
-**YOU MUST ADAPT YOUR `~/.ssh/config` FILE BEFORE STARTING TO WORK WITH GIT ON ZENOBE**.
-
-> [Best ssh config](http://www.climate.be:81/tmp/best_ssh_config.txt)
-
 ## Install
 
 First, clone the `pbarriat/ecearth_patch` repository and update your shell startup script to source the 'bashrc' file to add ecearth globals variables to your environment. For instance:
 ```
 git clone ssh://egit/pbarriat/ecearth_patch.git
-cd ecearth_patch
-cat bashrc >> ~/.bashrc
 ```
 
 Then, checkout the EC-Earth SVN repository. For instance:
@@ -23,8 +15,11 @@ Then, checkout the EC-Earth SVN repository. For instance:
 svn co https://svn.ec-earth.org/ecearth3/tags/3.2.2 ecearth_3.2.2
 ```
 
-Final step, go to the `pbarriat/ecearth_patch` repository, adapt the `install.sh` script and run it:
+> **YOU MUST HAVE YOUR `~/.ssh/id_rsa.pub` FILE BEFORE STARTING TO WORK WITH GIT ON ZENOBE**.
+
+Final step, go to the `pbarriat/ecearth_patch` repository, open & adapt the `install.sh` script and run it:
 ```
+cd ecearth_patch
 ./install.sh
 ```