diff --git a/docs/basics/101-123-config2.rst b/docs/basics/101-123-config2.rst index 2f7e05da6..4e9d7096e 100644 --- a/docs/basics/101-123-config2.rst +++ b/docs/basics/101-123-config2.rst @@ -158,11 +158,11 @@ This key is defined on a per subdataset basis, and if set to "``skip``", the giv If you are a maintainer of a superdataset with monstrous amounts of subdatasets, you can set this option and share it together with the dataset to prevent an accidental, large recursive installation in particularly deeply nested subdatasets. Below is a minimally functional example on how to apply the configuration and how it works: -Let's create a dataset hierarchy to work with (note that we concatenate multiple commands into a single line using bash's "and" ``&&`` operator): +Let's create a dataset hierarchy in a temporary location as an example to work with (note that we concatenate multiple commands into a single line using bash's "and" ``&&`` operator): .. code-block:: console - $ # create a superdataset with two subdatasets + $ # create a superdataset with two subdatasets in a temporary directory $ datalad create superds && datalad -C superds create -d . subds1 && datalad -C superds create -d . subds2 create(ok): /tmp/superds (dataset) add(ok): subds1 (file)