Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _episodes/01-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Quickstart guide"
teaching: 2
exercises: 8
compatibility: ESMValTool v2.13.0
compatibility: ESMValTool v2.14.0

questions:

Expand All @@ -27,7 +27,7 @@ keypoints:
see the [Installation][lesson-installation]
episode for more details and use `esmvaltool --help` to check the ESMValTool
environment"
- "Use `esmvaltool config get_config_user` to create the ESMValTool user
- "Use `esmvaltool config copy defaults/config-user.yml` to create the ESMValTool user
configuration file"
- "Use `esmvaltool run <recipe>.yml` to run a recipe"
---
Expand Down Expand Up @@ -71,7 +71,7 @@ keypoints:
> default to `~/.config/esmvaltool/config-user.yml`):
>
> ~~~
> esmvaltool config get_config_user
> esmvaltool config copy defaults/config-user.yml
> ~~~
> {: .language-bash}
>
Expand Down
Loading