From cffdb3c08999b6acbd903b712d0b3955ba7aa3c2 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 28 Jan 2025 19:48:19 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f1ff8d..a96b302 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ The code is under active development, so make sure to pull the latest changes re #### Automation of setup - **Automated Installation**: `install.sh` will automate optional venv and requirements installation. -- **Launch Script**: `launch.sh` will activate and launch the app in the venv +- **Launch Script**: `launch.sh` will activate and launch the app, as well as the html report generator, in the venv. #### Docker Installation If you prefer to use [Docker](script/docker/README.md)