File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,9 @@ path to your home directory. Note that files and directories starting with a
4646period are "hidden", to see the ` .config ` directory in the terminal use
4747` ls -la ~ ` .
4848With the optional `` --path=<target_dir> `` you could specifiy the directory
49- where to save the configuration
50- file. For instance, you can provide the path to your working directory
51- as the ` target_dir ` .
52- Note that if a configuration file by that name already exists in the default
49+ in which the configuration file can be saved. For instance, you can provide
50+ the path to your working directory as the ` target_dir ` .
51+ Note, if a configuration file by that name already exists in the default
5352location, the ` get_config_user ` command will not update the file as ESMValTool will not
5453overwrite the file. You will have to move the file first if you want an updated copy of the
5554default user configuration file.
@@ -345,7 +344,7 @@ amount of memory available in your system.
345344
346345> # # Make your own configuration file
347346>
348- > Configuration files could live in the user configuration directory, wihch is
347+ > Configuration files could live in the user configuration directory, which is
349348> by default ``~/.config/esmvaltool``. The directory could be also specified
350349> via the command line argument ``--config_dir``.
351350> We will learn how to do this in the
You can’t perform that action at this time.
0 commit comments