Skip to content

Commit 5d4081a

Browse files
authored
Merge pull request #406 from ESMValGroup/update_epsiode_01
Update episode "Quickstart" for v2.14.0
2 parents 012be6a + fd22341 commit 5d4081a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_episodes/01-quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Quickstart guide"
33
teaching: 2
44
exercises: 8
5-
compatibility: ESMValTool v2.13.0
5+
compatibility: ESMValTool v2.14.0
66

77
questions:
88

@@ -27,7 +27,7 @@ keypoints:
2727
see the [Installation][lesson-installation]
2828
episode for more details and use `esmvaltool --help` to check the ESMValTool
2929
environment"
30-
- "Use `esmvaltool config get_config_user` to create the ESMValTool user
30+
- "Use `esmvaltool config copy defaults/config-user.yml` to create the ESMValTool user
3131
configuration file"
3232
- "Use `esmvaltool run <recipe>.yml` to run a recipe"
3333
---
@@ -71,7 +71,7 @@ keypoints:
7171
> default to `~/.config/esmvaltool/config-user.yml`):
7272
>
7373
> ~~~
74-
> esmvaltool config get_config_user
74+
> esmvaltool config copy defaults/config-user.yml
7575
> ~~~
7676
> {: .language-bash}
7777
>

0 commit comments

Comments
 (0)