mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user