From 6d340b0b3663e1662e6e48e7517972ffc4cc96a8 Mon Sep 17 00:00:00 2001 From: pthouvenin <pierreantoine.thouvenin@gmail.com> Date: Fri, 21 Jul 2023 20:24:10 +0200 Subject: [PATCH] fix: Fix archive name in setup instructions --- README.md | 6 +++--- docs/source/setup.rst | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 80473c3..874912b 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,10 @@ ______________________________________________________________________ - To install the library, issue the following commands in a terminal. ```bash -# Cloning the repo. or unzip the jcgs-r1.zip code archive +# Cloning the repo. or unzip the dsgs-main.zip code archive # git clone --recurse-submodules https://gitlab.com/pthouvenin/...git -unzip jcgs-r1.zip -cd jcgs-r1 +unzip dsgs-main.zip +cd dsgs-main # Create a conda environment using one of the lock files provided in the archive # (use jcgs_review_environment_osx.lock.yml for MAC OS) diff --git a/docs/source/setup.rst b/docs/source/setup.rst index 3414790..b3865c8 100644 --- a/docs/source/setup.rst +++ b/docs/source/setup.rst @@ -16,9 +16,9 @@ To install the library, issue the following commands in a terminal. .. code-block:: bash # Cloning the repo. / unzip the code archive - # git clone --recurse-submodules https://gitlab.com/pthouvenin/...git - unzip jcgs-r1.zip - cd jcgs-r1 + # git clone --recurse-submodules https://gitlab.cristal.univ-lille.fr/pthouven/dsgs.git + unzip dsgs-main.zip + cd dsgs-main # Create anaconda environment (from one of the provided lock files) mamba env create --name jcgs-review --file jcgs_review_environment_linux.lock.yml # use jcgs_review_environment_osx.lock.yml for osx -- GitLab