@@ -57,8 +57,8 @@ The ESMValTool source code is available on a public GitHub repository:
5757To obtain the code, there are two options:
5858
59591 . download the code from the repository. A ZIP file called
60- `` ESMValTool-master .zip `` is downloaded. To continue the installation, unzip
61- the file, move to the `` ESMValTool-master `` directory and then follow the
60+ `` ESMValTool-main .zip `` is downloaded. To continue the installation, unzip
61+ the file, move to the `` ESMValTool-main `` directory and then follow the
6262 sequence of steps starting from ** 2 ESMValTool dependencies** .
63632 . clone the repository if you want to contribute to the ESMValTool development:
6464
@@ -91,16 +91,16 @@ To continue the installation, we move into the ``ESMValTool`` directory:
9191cd ESMValTool
9292~~~
9393
94- Note that the `` master `` branch is checked out by default.
94+ Note that the `` main `` branch is checked out by default.
9595We can see this if we run:
9696
9797~~~ bash
9898git status
9999~~~
100100
101101~~~
102- On branch master
103- Your branch is up to date with 'origin/master '.
102+ On branch main
103+ Your branch is up to date with 'origin/main '.
104104
105105nothing to commit, working tree clean
106106~~~
@@ -180,11 +180,11 @@ If the installation is successful, ESMValTool prints a help message to the conso
180180
181181# ## 4 Updating ESMValTool
182182
183- The ` ` master ` ` branch has the latest features of ESMValTool. Please make sure
183+ The ` ` main ` ` branch has the latest features of ESMValTool. Please make sure
184184that the source code on your machine is up-to-date. If you obtain the source
185185code using git clone as explained in step ** 1 Source code** , you can run ` ` git pull` `
186186to update the source code. Then ESMValTool installation will be updated
187- with changes from the ` ` master ` ` branch.
187+ with changes from the ` ` main ` ` branch.
188188
189189# # Contribution
190190
0 commit comments