From 258aaa69fb2ab4a261dab030342f794a090c7876 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 8 Feb 2013 17:19:14 -0500 Subject: [PATCH] Changed protocol for git clone in install instructions. --- docs/source/quickinstall.rst | 2 +- docs/source/usersguide/install.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/quickinstall.rst b/docs/source/quickinstall.rst index 653ac3d86..e6c9e4488 100644 --- a/docs/source/quickinstall.rst +++ b/docs/source/quickinstall.rst @@ -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 diff --git a/docs/source/usersguide/install.rst b/docs/source/usersguide/install.rst index b701fc3da..ff22cfd16 100644 --- a/docs/source/usersguide/install.rst +++ b/docs/source/usersguide/install.rst @@ -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