mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
Update README.md
Signed-off-by: Chuck <33324927+ChuckBuilds@users.noreply.github.com>
This commit is contained in:
11
README.md
11
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user