Skip to content

Commit

Permalink
Fix typos in basics section (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Nov 12, 2023
1 parent 33345ed commit d5b9210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial_basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Installing Spack
----------------

Spack works out of the box. Simply clone Spack to get going. We will
clone Spack and immediately check out the most recent release, v0.20.
clone Spack and immediately check out the most recent release, v0.21.

.. literalinclude:: outputs/basics/clone.out
:language: console
Expand Down Expand Up @@ -160,7 +160,7 @@ top-level package, we can also specify about a dependency using ``^``.
Packages can also be referred to from the command line by their package
hash. Using the ``spack find -lf`` command earlier we saw that the hash
of our optimized installation of zlib-ng (``cflags="-O3"``) began with
``iswfl``. We can now explicitly build with that package without typing
``npuw4up``. We can now explicitly build with that package without typing
the entire spec, by using the ``/`` sigil to refer to it by hash. As with
other tools like Git, you do not need to specify an *entire* hash on the
command line. You can specify just enough digits to identify a hash
Expand Down

0 comments on commit d5b9210

Please sign in to comment.