From 795e6baadc2773a793bc40a3effc818fe91ddc7d Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Tue, 16 Apr 2024 18:13:11 -0600 Subject: [PATCH] Fix name of script in docs --- docs/DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index bdbcab6..94b5dc8 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -14,7 +14,7 @@ Two scripts are provided to run the project: - `./run.sh` - This script will build the project and run -- `./run-dev.sh` - This script will build the project +- `./build.sh` - This script will build the project Command line options, for both scripts, are as follows: