Change to github URL in docs.

This commit is contained in:
Todd Gamblin 2014-01-08 11:02:12 +01:00
parent ce9b3511d0
commit 402c158f3b
2 changed files with 9 additions and 7 deletions

View file

@ -4,12 +4,12 @@ Getting Started
Download
--------------------
Getting spack is easy. Clone it using `git <http://git-scm.com->`_
with the following command:
Getting spack is easy. You can clone it from the `github repository
<https://github.com/scalability-llnl/spack>`_ using this command:
.. code-block:: sh
$ git clone ssh://git@cz-stash.llnl.gov:7999/scale/spack.git
$ git clone git@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
@ -19,7 +19,7 @@ to go:
.. code-block:: sh
$ export PATH=spack/bin:$SPACK_HOME
$ spack install mpich
$ spack install libelf
In general, most of your interactions with Spack will be through the
``spack`` command.

View file

@ -23,13 +23,15 @@ single build script for many different builds of the same package.
See the :doc:`features` for examples and highlights.
Get spack and install your first package:
Get spack from the `github repository
<https://github.com/scalability-llnl/spack>`_ and install your first
package:
.. code-block:: sh
$ git clone ssh://git@cz-stash.llnl.gov:7999/scale/spack.git
$ git clone git@github.com:scalability-llnl/spack.git
$ cd spack/bin
$ ./spack install mpich
$ ./spack install libelf
If you're new to spack and want to start using it, see :doc:`getting_started`,
or refer to the full manual below.