Update README.md to clarify config files (#27)

This commit is contained in:
Eli Peter 2025-07-03 17:02:57 +02:00 committed by GitHub
parent 3be352abb7
commit 8cbbec7d90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -134,10 +134,11 @@ $ nyx clean --all
Nyx merges a default configuration file (`nyx.conf`) with user overrides (`nyx.local`). Both live in the platformspecific configuration directory shown below.
| Platform | Directory |
|---------------|-----------------------------------|
| Linux / macOS | `~/.config/nyx/` |
| Windows | `%APPDATA%\ecpeter23\nyx\config\` |
| Platform | Directory |
|---------------|----------------------------------------------------|
| Linux | `~/.config/nyx/` |
| macOS | `~/Library/Application Support/dev.ecpeter23.nyx/` |
| Windows | `%APPDATA%\ecpeter23\nyx\config\` |
Minimal example (`nyx.local`):