diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2014-09-19 09:56:00 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2014-09-19 09:56:00 -0700 |
commit | 86980c298e2cdd4e29305f029a0bac5aaa6b2e75 (patch) | |
tree | 71a4712499ff73dcad0682f7a542561297cda485 /README.md | |
parent | 115d06967770e411511698ad0b19e46063dc156c (diff) | |
parent | 7380de8ee330f59d4cd0527e79b453a0466ce6d5 (diff) | |
download | spack-86980c298e2cdd4e29305f029a0bac5aaa6b2e75.tar.gz spack-86980c298e2cdd4e29305f029a0bac5aaa6b2e75.tar.bz2 spack-86980c298e2cdd4e29305f029a0bac5aaa6b2e75.tar.xz spack-86980c298e2cdd4e29305f029a0bac5aaa6b2e75.zip |
Merge branch 'develop'v0.8.5
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ for examples and highlights. To install spack and install your first package: - $ git clone git@github.com:scalability-llnl/spack.git + $ git clone https://github.com/scalability-llnl/spack.git $ cd spack/bin $ ./spack install libelf |