We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 931d91b + 6cbea67 commit 9d9ba18Copy full SHA for 9d9ba18
1 file changed
_episodes/03-configuration.md
@@ -246,9 +246,9 @@ copy the appropriate configuration file by running
246
247
Additionally, it is necessary to configure
248
[intake-esgf](https://intake-esgf.readthedocs.io/en/stable/configure.html).
249
-This can be done by updating the `local_cache` and `esg_dataroot` with your
250
-desired download directory in your intake-esgf configuration file located at
251
-`~/.config/intake-esgf/conf.yaml`. The updated file should look like this:
+For this you need to copy the file `conf.yaml` in the directory `~/.config/intake-esgf` and
+update the `local_cache` and `esg_dataroot` with your desired download directory in this intake-esgf
+configuration file. The updated file should look like this:
252
> ## conf.yml
253
>
254
> ```yaml
0 commit comments