summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-31 23:09:47 +0300
committerPaul Buetow <paul@buetow.org>2025-08-31 23:09:47 +0300
commit64a846c2b2abc244106cbf24b0a309a1e57308fe (patch)
tree4f335090947a0b7fdfff18857ace74d00cebf62e /README.md
parent397e9009ed808b00fdb36014b52626881436a2ed (diff)
module: set module path to codeberg.org/snonux/hexai; update imports; docs: add go install instructionsv0.3.4
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 437850d..7e88d0d 100644
--- a/README.md
+++ b/README.md
@@ -31,3 +31,8 @@ Hexai uses Mage for developer tasks. Install Mage, then run targets like build,
- Install binaries to `GOPATH/bin`: `mage install`
Note: `mage lint` uses `golangci-lint`. Install via `mage devinstall` if needed.
+
+## Install
+
+- CLI: `go install codeberg.org/snonux/hexai/cmd/hexai@latest`
+- LSP: `go install codeberg.org/snonux/hexai/cmd/hexai-lsp@latest`