diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/config_yaml.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/spack/docs/config_yaml.rst b/lib/spack/docs/config_yaml.rst index 8e47a30c85..b93384e81b 100644 --- a/lib/spack/docs/config_yaml.rst +++ b/lib/spack/docs/config_yaml.rst @@ -19,9 +19,9 @@ see the default settings by looking at These settings can be overridden in ``etc/spack/config.yaml`` or ``~/.spack/config.yaml``. See :ref:`configuration-scopes` for details. --------------------- -``install_tree`` --------------------- +--------------------- +``install_tree:root`` +--------------------- The location where Spack will install packages and their dependencies. Default is ``$spack/opt/spack``. |