From 5396a805b02e91ecb1ba0feb7f5b207380155c79 Mon Sep 17 00:00:00 2001 From: Georg Bauer Date: Fri, 31 Jul 2026 21:35:53 +0200 Subject: [PATCH] chore(docs): document CLI build --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index aea082e..1567500 100644 --- a/README.md +++ b/README.md @@ -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