diff options
author | becker33 <becker33@llnl.gov> | 2018-02-07 08:45:29 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-07 08:45:29 -0800 |
commit | 8913c3465c2615f0d314b16e8b14cbbaec7e01d1 (patch) | |
tree | d7e4da0c1a4aa521a92c1f6646b64ac255da4f95 | |
parent | 8f5ece9aced7d4945d91cd37872f50873a2d49d0 (diff) | |
download | spack-8913c3465c2615f0d314b16e8b14cbbaec7e01d1.tar.gz spack-8913c3465c2615f0d314b16e8b14cbbaec7e01d1.tar.bz2 spack-8913c3465c2615f0d314b16e8b14cbbaec7e01d1.tar.xz spack-8913c3465c2615f0d314b16e8b14cbbaec7e01d1.zip |
Change location of public key in basic tutorial (#7192)v0.11.2
* Change location of public key in basic tutorial
* Change tuturial version number to 11.2
-rw-r--r-- | lib/spack/docs/tutorial_basics.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/spack/docs/tutorial_basics.rst b/lib/spack/docs/tutorial_basics.rst index d74159d7f6..2fdb170482 100644 --- a/lib/spack/docs/tutorial_basics.rst +++ b/lib/spack/docs/tutorial_basics.rst @@ -23,7 +23,7 @@ Installing Spack ---------------- Spack works out of the box. Simply clone spack and get going. We will -clone Spack and immediately checkout the most recent release, v0.11.0. +clone Spack and immediately checkout the most recent release, v0.11.2. .. code-block:: console @@ -36,9 +36,9 @@ clone Spack and immediately checkout the most recent release, v0.11.0. Resolving deltas: 100% (44914/44914), done. Checking connectivity... done. $ cd spack - $ git checkout releases/v0.11.0 - Branch releases/v0.11.0 set up to track remote branch releases/v0.11.0 from origin. - Switched to a new branch 'releases/v0.11.0' + $ git checkout releases/v0.11.2 + Branch releases/v0.11.2 set up to track remote branch releases/v0.11.2 from origin. + Switched to a new branch 'releases/v0.11.2' Next add Spack to your path. Spack has some nice command line integration tools, so instead of simply appending to your ``PATH`` @@ -112,7 +112,7 @@ the binary cache was prepared with. .. code-block:: console - $ spack gpg trust ~/public.key + $ spack gpg trust /opt/public.key gpg: keybox '/home/ubuntu/test/spack/opt/spack/gpg/pubring.kbx' created gpg: /home/ubuntu/test/spack/opt/spack/gpg/trustdb.gpg: trustdb created gpg: key 3B7C69B2: public key "sc-tutorial (GPG created for Spack) <becker33@llnl.gov>" imported |