diff --git a/README.md b/README.md index 459d330a..5b0f28ec 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file + - `config_secrets.json` - Private settings (not in git)