From efe5a887f9f55fbaa240c36db341c3c0cd599342 Mon Sep 17 00:00:00 2001 From: Mat Wymore Date: Thu, 30 Nov 2023 12:59:22 -0600 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a093a4f..8103aaf 100644 --- a/README.md +++ b/README.md @@ -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.com/idaholab/ResDEEDS.git` + `git clone https://github.com/idaholab/ResDEEDS.git` 1. Run the install script. @@ -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://github.com/idaholab/ResDEEDS.git` + `git clone https://github.com/idaholab/ResDEEDS.git` 1. Create and activate a Python virtual environment for the project.