diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-15 09:32:16 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-15 09:32:16 +0200 |
| commit | 5d77c5b247b6da7a1d49c23b03d5522e398c7d73 (patch) | |
| tree | 549d7797122354260c082d974a65baa9a366a3ea /README.md | |
| parent | e879f2cb348f9cc4d7bc0b44071fb8b5ccf1361d (diff) | |
| download | krino-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.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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`. |
