We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef6cb2 commit b89ee39Copy full SHA for b89ee39
1 file changed
_episodes/03-configuration.md
@@ -35,9 +35,8 @@ esmvaltool config list
35
36
All configuration files are [YAML files](https://yaml.org/spec/1.2/spec.html).
37
38
-If you need to update the configuration files for your own system, you need to
39
-copy them in your own configurtaion directory (`~/.config/esmvaltool/config-user.yml`).
40
-You can get the default configuration file by running:
+To customize your configuration vie YAML files, you can copy one of the existing files.
+For example, to copy the file containing the default values for many options, run
41
42
~~~bash
43
esmvaltool config copy defaults/config-user.yml
0 commit comments