Skip to content
Snippets Groups Projects
Commit 7380de8e authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Change git URL to https URL in all docs.

parent 39acca4b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -9,7 +9,7 @@ Getting spack is easy. You can clone it from the `github repository
.. code-block:: sh
$ git clone git@github.com:scalability-llnl/spack.git
$ git clone https://github.com/scalability-llnl/spack.git
This will create a directory called ``spack``. We'll assume that the
full path to this directory is in some environment called
......
......@@ -29,7 +29,7 @@ package:
.. code-block:: sh
$ git clone git@github.com:scalability-llnl/spack.git
$ git clone https://github.com/scalability-llnl/spack.git
$ cd spack/bin
$ ./spack install libelf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment