From 25393b14cc57febb2d7a7e2d426bcd0bcf13e324 Mon Sep 17 00:00:00 2001 From: Amandine PERRIN <amandine.perrin@pasteur.fr> Date: Thu, 28 May 2020 19:07:40 +0200 Subject: [PATCH] xxxxxx_curation -> curation_tool --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 47cb382..8efc28e 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ Clone repository: Then: - cd gisaid-curation + cd curation_tool -To update, go to your 'gisaid-curation' folder, and type +To update, go to your 'curation_tool' folder, and type git pull @@ -39,7 +39,7 @@ Once installed, if a new version is created, you do not have to re-install. Just ## How to run it I advise to always update the soft before using it, in case some modifications were done (which could be very often for this -new-born software until it is more stable). For that, go to `gisaid-curation` folder, and type: +new-born software until it is more stable). For that, go to `curation_tool` folder, and type: git pull -- GitLab