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 `_ -with the following command: +Getting spack is easy. You can clone it from the `github repository +`_ 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 +`_ 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.