diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-11-14 18:35:21 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-11-14 18:35:21 -0700 |
commit | 2fcac22e66901a2aa5cc34d6de35502004086687 (patch) | |
tree | bbcdb06afa0a7061a579ba45875d3ead9f719ea5 /README.md | |
parent | 85a05681ccd60be4c367bca323e0f45024f0c7f2 (diff) | |
download | spack-2fcac22e66901a2aa5cc34d6de35502004086687.tar.gz spack-2fcac22e66901a2aa5cc34d6de35502004086687.tar.bz2 spack-2fcac22e66901a2aa5cc34d6de35502004086687.tar.xz spack-2fcac22e66901a2aa5cc34d6de35502004086687.zip |
Add tutorial link to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,6 +35,9 @@ Documentation [**Full documentation**](http://spack.readthedocs.io/) for Spack is the first place to look. +We've also got a [**Spack 101 Tutorial**](http://spack.readthedocs.io/en/latest/tutorial_sc16.html), +so you can learn Spack yourself, or teach users at your own site. + See also: * [Technical paper](http://www.computer.org/csdl/proceedings/sc/2015/3723/00/2807623.pdf) and [slides](https://tgamblin.github.io/files/Gamblin-Spack-SC15-Talk.pdf) on Spack's design and implementation. |