From 103099b25e16efed73456cbf07fff9107d187e9b Mon Sep 17 00:00:00 2001 From: bascrezee Date: Tue, 27 Oct 2020 13:43:56 +0100 Subject: [PATCH] Update install.rst Using the https protocol here is more user-friendly, right? No need for a user to set-up the ssh protocol with git. --- doc/quickstart/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/quickstart/install.rst b/doc/quickstart/install.rst index a8c6e6b639..ddc160d319 100644 --- a/doc/quickstart/install.rst +++ b/doc/quickstart/install.rst @@ -176,7 +176,7 @@ To install from source for development, follow these instructions. ``.cshrc``/``.tcshrc`` file instead. - Update conda: ``conda update -y conda`` - Clone the ESMValCore Git repository: - ``git clone git@github.com:ESMValGroup/ESMValCore`` + ``git clone https://github.com/ESMValGroup/ESMValCore.git`` - Go to the source code directory: ``cd ESMValCore`` - Create the esmvalcore conda environment ``conda env create --name esmvalcore --file environment.yml``