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