diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2014-01-08 11:02:12 +0100 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2014-01-08 11:02:12 +0100 |
commit | 402c158f3bcd07d656d5db3a7c20e22c5de88a22 (patch) | |
tree | 990895d263900ad1ea1880ab054b98553790d85d | |
parent | ce9b3511d04a0b9d69c816fb0b052bdfe8c0f3d6 (diff) | |
download | spack-402c158f3bcd07d656d5db3a7c20e22c5de88a22.tar.gz spack-402c158f3bcd07d656d5db3a7c20e22c5de88a22.tar.bz2 spack-402c158f3bcd07d656d5db3a7c20e22c5de88a22.tar.xz spack-402c158f3bcd07d656d5db3a7c20e22c5de88a22.zip |
Change to github URL in docs.
-rw-r--r-- | lib/spack/docs/getting_started.rst | 8 | ||||
-rw-r--r-- | lib/spack/docs/index.rst | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/lib/spack/docs/getting_started.rst b/lib/spack/docs/getting_started.rst index ea7b949fe6..5f495709c7 100644 --- a/lib/spack/docs/getting_started.rst +++ b/lib/spack/docs/getting_started.rst @@ -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. diff --git a/lib/spack/docs/index.rst b/lib/spack/docs/index.rst index b6c1e537fb..3ea48f82ba 100644 --- a/lib/spack/docs/index.rst +++ b/lib/spack/docs/index.rst @@ -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. |