This commit is contained in:
BroodjeAap 2023-01-02 11:01:05 +00:00
parent 12d4c91f82
commit ed7e911946

View file

@ -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 \