readme+
This commit is contained in:
parent
12d4c91f82
commit
ed7e911946
1 changed files with 3 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue