chore(docs): document CLI build

This commit is contained in:
Georg Bauer
2026-07-31 21:35:53 +02:00
parent 16ecf68bf8
commit 5396a805b0

View File

@@ -34,6 +34,9 @@ separate API-crate and CLI coverage status.
## CLI
Build the workspace with `cargo build`; the CLI executable is written to
`target/debug/gotcha`. To build only the CLI, use `cargo build -p gotcha-cli`.
Store each server profile in `~/.config/gotcha/config`:
```sh