From 5d77c5b247b6da7a1d49c23b03d5522e398c7d73 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Tue, 15 Sep 2026 09:32:16 +0200 Subject: docs: make ci passes on OpenBSD and FreeBSD; OpenBSD's go needs GOTOOLCHAIN=auto --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') 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`. -- cgit v1.3