diff options
| author | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-07-06 22:07:18 +0200 |
|---|---|---|
| committer | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-07-06 22:07:18 +0200 |
| commit | 5f2ba9c3d37a1c8658aea411188a6763e982b1ab (patch) | |
| tree | b768877a81d32e77116f858a9e57979083fa98fd | |
| parent | df0994430c8f36d61b129f4e71cd0e643b735eee (diff) | |
| download | sourcewatch-5f2ba9c3d37a1c8658aea411188a6763e982b1ab.tar.gz sourcewatch-5f2ba9c3d37a1c8658aea411188a6763e982b1ab.zip | |
Add build instructions to README
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -7,6 +7,16 @@ A file synchronization tool that watches a source directory and syncs changes to 1. **Initial sync** — copies all non-ignored files from `/host` to `/data` 2. **Watch** — monitors `/host` for changes and syncs them in real-time +## Building + +```bash +# Build with Go (requires Go 1.24+) +go build -o sourcewatch . + +# Build Docker/Podman image +docker build -t sourcewatch . +``` + ## Usage ```bash |
