mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Changed protocol for git clone in install instructions.
This commit is contained in:
parent
afba9b7f41
commit
258aaa69fb
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue