From 80a5e491ed5ae6062e777a67144c40500a6d54a7 Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Mon, 22 Sep 2025 22:04:24 -0400 Subject: [PATCH] Update README.md Signed-off-by: Chuck <33324927+ChuckBuilds@users.noreply.github.com> --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1037df90..9f6e6cc8 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,9 @@ sudo ./first_time_install.sh This single script installs services, dependencies, configures permissions and sudoers, and validates the setup. ------ OLD STEPS (left for manual review) ----- + +----------------------------------------------------------------------------------- +----- OLD STEPS (left for manual review, you don't need to run these if you run the First Time Install Script) ----- 4. Install dependencies: ```bash sudo pip3 install --break-system-packages -r requirements.txt @@ -298,7 +300,7 @@ sudo reboot The system uses a template-based configuration approach to avoid Git conflicts during updates: -1. **First-time setup**: Copy the template to create your config: +1. **First-time setup**: (First Time Script should do this for you) Copy the template to create your config: ```bash cp config/config.template.json config/config.json ``` @@ -309,6 +311,11 @@ The system uses a template-based configuration approach to avoid Git conflicts d ``` or edit via web interface at http://ledpi:5001 +3. **Having Issues?**: Run the First Time Script again: + ```bash + sudo ./first_time_install.sh + ``` + ### API Keys and Secrets