Update README.md

update readme commands

Signed-off-by: Chuck <33324927+ChuckBuilds@users.noreply.github.com>
This commit is contained in:
Chuck
2025-04-10 18:42:38 -05:00
committed by GitHub
parent 5f2b7419c6
commit 6fb65346e7

View File

@@ -30,6 +30,16 @@ cp config/config.example.json config/config.json
2. Edit `config/config.json` with your preferences
## API Keys
For sensitive settings like API keys:
1. Copy the template: `cp config/config_secrets.template.json config/config_secrets.json`
2. Edit `config/config_secrets.json` with your API keys via `sudo nano config/config_secrets.json`
3. Ctrl + X to exit, Y to overwrite, Enter to save
## Important: Sound Module Configuration
1. Remove unnecessary services that might interfere with the LED matrix:
@@ -72,15 +82,6 @@ sudo reboot
```
## API Keys
For sensitive settings like API keys:
1. Copy the template: `cp config/config_secrets.template.json config/config_secrets.json`
2. Edit `config/config_secrets.json` with your API keys via `sudo nano config/config_secrets.json`
3. Ctrl + X to exit, Y to save
## Running the Display
From the project root directory:
@@ -116,4 +117,4 @@ LEDSportsMatrix/
- `display_manager.py` - LED matrix display handling
- `config/`
- `config.json` - Configuration settings
- `config_secrets.json` - Private settings (not in git)
- `config_secrets.json` - Private settings (not in git)