From 8cbbec7d908486aac4b3afeb6f421531d73e26cf Mon Sep 17 00:00:00 2001 From: Eli Peter <54954007+ecpeter23@users.noreply.github.com> Date: Thu, 3 Jul 2025 17:02:57 +0200 Subject: [PATCH] Update README.md to clarify config files (#27) --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 348ebc1b..7531f5ea 100644 --- a/README.md +++ b/README.md @@ -134,10 +134,11 @@ $ nyx clean --all Nyx merges a default configuration file (`nyx.conf`) with user overrides (`nyx.local`). Both live in the platform‑specific 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`):