Changed protocol for git clone in install instructions.

This commit is contained in:
Paul Romano 2013-02-08 17:19:14 -05:00
parent afba9b7f41
commit 258aaa69fb
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ following commands in a terminal:
.. code-block:: sh
git clone git@github.com:mit-crpg/openmc.git
git clone git://github.com/mit-crpg/openmc.git
cd openmc/src
make
sudo make install

View file

@ -100,7 +100,7 @@ with GitHub since this involves setting up ssh_ keys. With git installed and
setup, the following command will download the full source code from the GitHub
repository::
git clone git@github.com:mit-crpg/openmc.git
git clone git://github.com/mit-crpg/openmc.git
.. _GitHub: https://github.com/mit-crpg/openmc
.. _git: http://git-scm.com