chore: updated readme

This commit is contained in:
Georg Bauer
2026-08-03 19:53:09 +02:00
parent 7376e6cee3
commit 0f1d109af7

View File

@@ -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