From 8ae364532b2f8eca727fa05649715c2191f9c833 Mon Sep 17 00:00:00 2001 From: Mathieu Acher Date: Mon, 12 Feb 2024 13:35:21 +0100 Subject: [PATCH] Update INSTALL.md (#155) configuration folder apparently --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 630f96e6..f10a4922 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -66,7 +66,7 @@ Start a Docker container from the Docker image : docker run -it -v PATH_TO_THE_REPOSITORY:/home/neuro/code/ nipype/nipype ``` -Optionally edit the configuration file `narps_open/utils/default_config.toml` so that the referred paths match the ones inside the container. E.g.: if using the previous command line, the `directories` part of the configuration file should be : +Optionally edit the configuration file `narps_open/utils/configuration/default_config.toml` so that the referred paths match the ones inside the container. E.g.: if using the previous command line, the `directories` part of the configuration file should be : ```toml # default_config.toml # ...