Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Changed the git clone commands for PeleLM/Physics (#235)
Browse files Browse the repository at this point in the history
The previous commands raised errors
The new ones have the same form as those used for AMReX repositories
  • Loading branch information
olivecha committed Jun 2, 2022
1 parent 741a9c5 commit 834d589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/source/manual/GettingStarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 834d589

Please sign in to comment.