diff --git a/README.md b/README.md index 5915aea..71bac69 100644 --- a/README.md +++ b/README.md @@ -494,6 +494,16 @@ database: prune: "@every 1h" ``` +## File + +GoWatch can also simply append your notification text to a file: +``` +notifiers: + File: + type: "file" + path: /config/notifications.log +``` + # Build/Development For local development, clone this repository: