summaryrefslogtreecommitdiff
path: root/lib/spack/docs/getting_started.rst
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2021-08-13 16:28:29 +0200
committerGitHub <noreply@github.com>2021-08-13 07:28:29 -0700
commit920f695d1d0933168f0feaca0e7e9281bbda908e (patch)
tree48be6f440308719eecf0abaeb7af181b5b953c58 /lib/spack/docs/getting_started.rst
parent607f2a0c1c12159069208902b2c9ca10ea532256 (diff)
downloadspack-920f695d1d0933168f0feaca0e7e9281bbda908e.tar.gz
spack-920f695d1d0933168f0feaca0e7e9281bbda908e.tar.bz2
spack-920f695d1d0933168f0feaca0e7e9281bbda908e.tar.xz
spack-920f695d1d0933168f0feaca0e7e9281bbda908e.zip
Mention bash in prerequisites (#25379)
Isn't installed on Alpine.
Diffstat (limited to 'lib/spack/docs/getting_started.rst')
-rw-r--r--lib/spack/docs/getting_started.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/spack/docs/getting_started.rst b/lib/spack/docs/getting_started.rst
index 3d0e90d3ab..f15277e953 100644
--- a/lib/spack/docs/getting_started.rst
+++ b/lib/spack/docs/getting_started.rst
@@ -17,7 +17,8 @@ Spack has the following minimum requirements, which must be installed
before Spack is run:
#. Python 2 (2.6 or 2.7) or 3 (3.5 - 3.9) to run Spack
-#. A C/C++ compiler for building
+#. A C/C++ compiler for building and the ``bash`` shell for Spack's compiler
+ wrapper
#. The ``make`` executable for building
#. The ``tar``, ``gzip``, ``unzip``, ``bzip2``, ``xz`` and optionally ``zstd``
executables for extracting source code