Skip to content

Commit 6057799

Browse files
Apply suggestions from code review
Co-authored-by: SarahAlidoost <[email protected]>
1 parent 0b3da6a commit 6057799

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,15 +276,16 @@ We can download a single data file following the instructions as described below
276276
to `~/default_inputpath/` directory.
277277

278278
However, the tutorial needs more data files. The [dataset.urls][ds] file contains all data set URLs and in comments the used search constraints. All of the data files should be downloaded
279-
to `~/default_inputpath/` directory with [wget](https://en.wikipedia.org/wiki/Wget):
279+
to `~/default_inputpath/` directory.
280+
281+
To download the data, run the following command using [wget](https://en.wikipedia.org/wiki/Wget):
280282

281283
~~~shell
282284
wget --no-clobber --input-file \
283285
https://github.com/ESMValGroup/ESMValTool_Tutorial/raw/master/data/dataset.urls \
284286
--directory-prefix $HOME/default_inputpath/
285287
~~~
286288

287-
The [dataset.urls][ds] file contains all data set urls and in comments the used search constraints.
288289

289290
You will also need to able to use:
290291

0 commit comments

Comments
 (0)