diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2021-04-02 22:56:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-02 20:56:24 +0000 |
commit | 69d123a1a0189f73138f5d51e2f3b9731fdf2eac (patch) | |
tree | 9f36ca9fc917f4abc339faae77dfbfd035b396a8 /lib | |
parent | 76b54816cfe4e670f9334207b2db858a60c09c0e (diff) | |
download | spack-69d123a1a0189f73138f5d51e2f3b9731fdf2eac.tar.gz spack-69d123a1a0189f73138f5d51e2f3b9731fdf2eac.tar.bz2 spack-69d123a1a0189f73138f5d51e2f3b9731fdf2eac.tar.xz spack-69d123a1a0189f73138f5d51e2f3b9731fdf2eac.zip |
Document unzip (#22723)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/getting_started.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/getting_started.rst b/lib/spack/docs/getting_started.rst index 260dc25c51..805149af90 100644 --- a/lib/spack/docs/getting_started.rst +++ b/lib/spack/docs/getting_started.rst @@ -19,7 +19,7 @@ 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 #. The ``make`` executable for building -#. The ``tar``, ``gzip``, ``bzip2``, ``xz`` and optionally ``zstd`` +#. The ``tar``, ``gzip``, ``unzip``, ``bzip2``, ``xz`` and optionally ``zstd`` executables for extracting source code #. The ``patch`` command to apply patches #. The ``git`` and ``curl`` commands for fetching |