Skip to content

Commit

Permalink
Update install.rst (#848)
Browse files Browse the repository at this point in the history
Using the https protocol here is more user-friendly, right? No need for a user to set-up the ssh protocol with git.
  • Loading branch information
bascrezee authored Feb 8, 2021
1 parent b7c0b3f commit 6841cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/quickstart/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down

0 comments on commit 6841cf3

Please sign in to comment.