From 0f1d109af75089190b4b507b95cdb4aa1af8d79f Mon Sep 17 00:00:00 2001 From: Georg Bauer Date: Mon, 3 Aug 2026 19:53:09 +0200 Subject: [PATCH] chore: updated readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 2b1b714..3023198 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,14 @@ separate API-crate and CLI coverage status. 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`. +Create an optimized release build of the CLI with: + +```sh +cargo build --release -p gotcha-cli +``` + +The executable is written to `target/release/gotcha`. + Store each server profile in `~/.config/gotcha/config`: ```sh @@ -69,6 +77,10 @@ servers: url: https://gitea.example.com token: your-token provider: gitea + forgejo.example.com: + url: https://forgejo.example.com + token: your-token + provider: forgejo ``` Inside a Git repository, Gotcha matches its remotes to these server URLs and