From 834d589890eff756ca3e4786a35c629f05d6b350 Mon Sep 17 00:00:00 2001 From: olivecha <78630053+olivecha@users.noreply.github.com> Date: Thu, 2 Jun 2022 01:58:47 -0400 Subject: [PATCH] Changed the git clone commands for PeleLM/Physics (#235) The previous commands raised errors The new ones have the same form as those used for AMReX repositories --- Docs/source/manual/GettingStarted.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/source/manual/GettingStarted.rst b/Docs/source/manual/GettingStarted.rst index de2a4c91..c6487cda 100644 --- a/Docs/source/manual/GettingStarted.rst +++ b/Docs/source/manual/GettingStarted.rst @@ -79,8 +79,8 @@ This method is intended for users wanting to modify the `PeleLM` source code and d. Clone the `PeleLM` and `PelePhysics` repositories: :: - git clone git@github.com:AMReX-Combustion/PeleLM.git - git clone git@github.com:AMReX-Combustion/PelePhysics.git + git clone https://github.com/AMReX-Combustion/PeleLM.git + git clone https://github.com/AMReX-Combustion/PelePhysics.git This will create folders called ``PeleLM`` and ``PelePhysics`` on your machine. Set the environment variables, ``PELELM_HOME`` and ``PELE_PHYSICS_HOME``, respectively to where you put these.