summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-09-15 09:32:16 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-09-15 09:32:16 +0200
commit5d77c5b247b6da7a1d49c23b03d5522e398c7d73 (patch)
tree549d7797122354260c082d974a65baa9a366a3ea /README.md
parente879f2cb348f9cc4d7bc0b44071fb8b5ccf1361d (diff)
downloadkrino-5d77c5b247b6da7a1d49c23b03d5522e398c7d73.tar.gz
krino-5d77c5b247b6da7a1d49c23b03d5522e398c7d73.zip
docs: make ci passes on OpenBSD and FreeBSD; OpenBSD's go needs GOTOOLCHAIN=auto
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9dd1f6a..91711b8 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,9 @@ action, or a way to look inside archives.
make && make install
```
-`make` builds `./krino`; Go fetches the module dependencies itself. `make
+`make` builds `./krino`; Go fetches the module dependencies itself, and the
+Go toolchain `go.mod` names (on OpenBSD, whose `go` package defaults to
+`GOTOOLCHAIN=local`, run `GOTOOLCHAIN=auto make`). `make
install` puts the binary in `$PREFIX/bin` (default `~/.local/bin`), the man
pages in `$PREFIX/share/man`, and the examples and `docs/sexp-primer.md` in
`$PREFIX/share/doc/krino`.