From 16125fa9b1ade348d63ee461956136d1df9533b2 Mon Sep 17 00:00:00 2001 From: Daniel Schep Date: Sun, 8 Jan 2017 18:21:46 -0500 Subject: [PATCH] :memo: further clarification in readme of config file locations for #95 --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ~~~~~~~~