From 6e7890089aedc08e5806bd154c1c1e8ee524fb62 Mon Sep 17 00:00:00 2001 From: mlwymore Date: Thu, 30 Nov 2023 08:25:02 -0600 Subject: [PATCH] Update README.md for correct project root dir --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 12e5cee..a093a4f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This tool is implemented as a Flask (Python) web application. It is currently pr 1. Run the install script. - `cd resilience_calculator` + `cd ResDEEDS` `sudo install/install.sh` @@ -29,7 +29,7 @@ This tool is implemented as a Flask (Python) web application. It is currently pr 1. Create and activate a Python virtual environment for the project. - `cd resilience_calculator` + `cd ResDEEDS` `py -m venv venv` @@ -71,7 +71,7 @@ This tool is implemented as a Flask (Python) web application. It is currently pr `cd $PROJECT_ROOT` - where `$PROJECT_ROOT` is your `resilience_calculator` folder. On at least some version of Windows, you can also navigate to the folder in File Explorer, right-click on a blank space, and select `Open in Terminal`. + where `$PROJECT_ROOT` is your `ResDEEDS` folder. On at least some version of Windows, you can also navigate to the folder in File Explorer, right-click on a blank space, and select `Open in Terminal`. 1. Activate the Python virtual environment.