diff --git a/README.rst b/README.rst index 7f58e9a..5844e5f 100644 --- a/README.rst +++ b/README.rst @@ -87,7 +87,11 @@ To install multiple extras, separate with commas: e.g., ``ntfy[pid,emjoi]``. Configuring ``ntfy`` -------------------- -``ntfy`` is configured with a YAML file stored at ``~/.config/ntfy/ntfy.yml`` +``ntfy`` is configured with a YAML file stored at ``~/.ntfy.yml`` or in standard platform specific locations: + + * Linux - ``~/config/ntfy/ntfy.yml`` + * macOS - ``~/Library/Application Support/ntfy/ntfy.yml`` + * Windows - ``C:\Users\\AppData\Local\dschep\ntfy.yml`` Backends ~~~~~~~~