diff --git a/lib/spack/docs/configuration.rst b/lib/spack/docs/configuration.rst
index 27e4c0b116e728df3e8ff3a1fec234d60108d9c2..c797e7e948e13cff955a25fa53efc10fc078cd6d 100644
--- a/lib/spack/docs/configuration.rst
+++ b/lib/spack/docs/configuration.rst
@@ -4,6 +4,17 @@
 Configuration
 =============
 
+.. _install-area:
+
+Install options
+----------------------------
+
+By default, Spack will install software into ``opt/spack``.
+To set a custom install directory, the option ``path`` in
+``install.yaml`` can be used. This file can be found
+in a Spack installation's ``etc/spack/`` or a user's ``~/.spack/``
+directory.
+
 .. _temp-space:
 
 ---------------