From 908d4b2fb16fc81dd0a57c7017261d89f9c1c140 Mon Sep 17 00:00:00 2001
From: Juan Escobar <juan.escobar@aero.obs-mip.fr>
Date: Tue, 20 Jul 2021 15:37:17 +0200
Subject: [PATCH] Juan 20/07/2021: README_MNH_CONDA , coorect some typo

---
 README_MNH_CONDA | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README_MNH_CONDA b/README_MNH_CONDA
index 792f42ade..d8b0bc0d7 100644
--- a/README_MNH_CONDA
+++ b/README_MNH_CONDA
@@ -47,7 +47,7 @@ bash Miniconda3-py39_4.9.2-Linux-x86_64.sh
 
 # during the installation
 # - accept the licence -> yes
-# - give the path of installation > #path -> /home/{your_login}/PATCH/MINICONDA/miniconda3
+# - give the path of installation > #path -> /home/{your_login}/MINICONDA/miniconda3
 
 
 # when installed initialization of miniconda
@@ -145,7 +145,7 @@ scp mnh_conda_cartopy_offlinedata.tar.gz irene:.
 cd $CCCWORKDIR
 mv ~/mnh_conda_cartopy_offlinedata.tar.gz $CCCWORKDIR/.
 mkdir mnh_conda_cartopy_offlinedata
-> tar xvf mnh_conda_cartopy_offlinedata.tar.gz -C mnh_conda_cartopy_offlinedata
+tar xvf mnh_conda_cartopy_offlinedata.tar.gz -C mnh_conda_cartopy_offlinedata
 
 # Activation of the package, for example at the end of your "profile_mesonh{the_good_one}
 
-- 
GitLab