diff --git a/Local-Dev-Environment-Setup.md b/Local-Dev-Environment-Setup.md index 294d8bc..f74ab61 100644 --- a/Local-Dev-Environment-Setup.md +++ b/Local-Dev-Environment-Setup.md @@ -54,7 +54,7 @@ cp apps-example.json apps.json ] ``` -- Run `installer.py` with the following flags (read `installer.py` to see what it does and for additional flags): +- Run `installer.py` with the following flags (read `installer.py` to see what it does and for additional flags) THIS ONLY NEEDS TO BE RAN ONCE: ``` python installer.py -j apps.json -s development.localhost -p 3.10.13 -v ```