Skip to content

Commit

Permalink
Update README.md for correct repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mlwymore authored Nov 30, 2023
1 parent 1b7d001 commit 2c94f89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This tool is implemented as a Flask (Python) web application. It is currently pr
### Linux
1. Clone the project and submodules.

`git clone --recurse-submodules https://github.inl.gov/miracle/resilience_calculator.git`
`git clone --recurse-submodules https://github.com/idaholab/ResDEEDS.git`

1. Run the install script.

Expand All @@ -25,7 +25,7 @@ This tool is implemented as a Flask (Python) web application. It is currently pr
#### Steps
1. Using Git Bash, clone the project and submodules.

`git clone --recurse-submodules https://gitlab.software.inl.gov/miracle/resilience_calculator`
`git clone --recurse-submodules https://github.com/idaholab/ResDEEDS.git`

1. Create and activate a Python virtual environment for the project.

Expand Down

0 comments on commit 2c94f89

Please sign in to comment.