From 3382cabe258ba9669ec429cf91e7e3d459f57757 Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Thu, 13 Nov 2025 15:32:15 -0500 Subject: [PATCH] Revise README with branch usage and install command (#139) Updated instructions for using the Plugins branch and modified installation command. Signed-off-by: Chuck <33324927+ChuckBuilds@users.noreply.github.com> --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df932b16..8eb6ecae 100644 --- a/README.md +++ b/README.md @@ -238,12 +238,18 @@ git clone https://github.com/ChuckBuilds/LEDMatrix.git cd LEDMatrix ``` +REMOVE ME BEFORE PR: +To use the Plugins branch type: +```bash +git checkout plugins +git pull +``` 4. First-time installation (recommended) ```bash chmod +x first_time_install.sh -sudo ./first_time_install.sh +sudo bash ./first_time_install.sh ``` This single script installs services, dependencies, configures permissions and sudoers, and validates the setup.