소스 검색

Merge branch 'master' of ssh://egit/TECLIM/Coral

Barriat 7 년 전
부모
커밋
a6fd089b5c
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 8 1
      README.md

+ 8 - 1
README.md

@@ -26,7 +26,14 @@ NEMO & XIOS source code: see [How to get NEMO from scratch](http://www.climate.b
 
 ## Install
 
-Clone the Coral repository (for instance in the EXTERNAL directory of your NEMO install) and update your shell startup script to source the 'setup-coral.sh' file to add 'coral' to your PATH variable.
+Clone the Coral repository (for instance in the EXTERNAL directory of your NEMO install) 
+
+```bash
+cd $HOME/modeles/nemo/3.6/EXTERNAL
+git clone ssh://egit/TECLIM/Coral.git coral
+```
+
+and update your shell startup script to source the 'setup-coral.sh' file to add 'coral' to your PATH variable.
 
 ```bash
 configure_nemo()