aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index a5407f2..8b4b526 100644
--- a/README.md
+++ b/README.md
@@ -196,11 +196,12 @@ sudo apt install libgtk-4-dev libgirepository1.0-dev # Debian, Devuan
```
git clone https://git.labunix.xyz/krino.git
+go install git.labunix.xyz/krino/cmd/krino@latest # from 0.0.12 on
```
-The module path is `krino` rather than a URL, so `go install` does not work
-yet; build from a clone. The shape of `krino -n --json` is unstable before
-1.0 — don't script against it yet.
+`go install` needs a release carrying the module path below, so it works
+from the next tag; until then, build from a clone. The shape of
+`krino -n --json` is unstable before 1.0 — don't script against it yet.
Builds and tests are run on Linux, FreeBSD and OpenBSD. The release
tarballs hold the cross-compiled command line only; the window is built on