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>
This commit is contained in:
Chuck
2025-11-13 15:32:15 -05:00
committed by GitHub
parent c06893f3e0
commit 3382cabe25

View File

@@ -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.