diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-10 22:41:47 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-10 22:41:47 +0300 |
| commit | bd749f8e9a0eeaa5578a368996f7b93955580a39 (patch) | |
| tree | 5d2e45a7a155cdecbbc7ee864a35e4818277714e /docs/buildandinstall.md | |
| parent | dc71be943e25087905b2b9a4fec2fcf6b6f9925f (diff) | |
task 20: hide do info UUID unless HEXAI_DEBUG is set
Diffstat (limited to 'docs/buildandinstall.md')
| -rw-r--r-- | docs/buildandinstall.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/buildandinstall.md b/docs/buildandinstall.md index 379d310..7d29c71 100644 --- a/docs/buildandinstall.md +++ b/docs/buildandinstall.md @@ -11,7 +11,8 @@ Hexai uses Mage for developer tasks. Install Mage, then run targets like build, - In restricted sandboxes/CI (no sockets), skip network-based tests: - `HEXAI_TEST_SKIP_NET=1 go test ./... -cover` - Install binaries to `GOPATH/bin`: `mage install` -- Load Fish completions in the current shell: `~/go/bin/do fish | source` +- `mage install` also writes Fish completion to `~/.config/fish/completions/do.fish` (or `$XDG_CONFIG_HOME/fish/completions/do.fish`) +- Load Fish completions in the current shell immediately after install: `~/go/bin/do fish | source` Note: `mage lint` uses `golangci-lint`. Install via `mage devinstall` if needed. |
