From ed7e911946fb5560846497dfb1e4c8820e7bc2aa Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Mon, 2 Jan 2023 11:01:05 +0000 Subject: [PATCH] readme+ --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5dcb1b7..7fd83c9 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,9 @@ An [XPath](#xpath) filter could also have been used. Easiest way to get started is with the prebuilt docker image `ghcr.io/broodjeaap/go-watch:latest`, first get a config template: `docker run --rm ghcr.io/broodjeaap/go-watch:latest -printConfig 2> config.yaml` +Or: +`docker run --rm -v $PWD:/config ghcr.io/broodjeaap/go-watch:latest -writeConfig /config/config.yaml` + After modifying the config to fit your needs, start the docker container ``` docker run \