From 6cbea671c61dd57eea591226400d2c84fb0f8a61 Mon Sep 17 00:00:00 2001 From: Lisa Bock Date: Tue, 21 Apr 2026 14:04:40 +0200 Subject: [PATCH] improve description --- _episodes/03-configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_episodes/03-configuration.md b/_episodes/03-configuration.md index 500d04ef..4d60f82f 100644 --- a/_episodes/03-configuration.md +++ b/_episodes/03-configuration.md @@ -246,9 +246,9 @@ copy the appropriate configuration file by running Additionally, it is necessary to configure [intake-esgf](https://intake-esgf.readthedocs.io/en/stable/configure.html). -This can be done by updating the `local_cache` and `esg_dataroot` with your -desired download directory in your intake-esgf configuration file located at -`~/.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: > ## conf.yml > > ```yaml