diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-17 12:34:28 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-17 12:34:28 +0200 |
| commit | ca35dfc540bb86ebe193dd186ac6bb5276a93c2e (patch) | |
| tree | 92b04964ebc4f238f2d43bec2d30c7c0b6345360 /README.md | |
| parent | a22939d28ce7472acfd3a2c06643428c2b28fc87 (diff) | |
| download | krino-ca35dfc540bb86ebe193dd186ac6bb5276a93c2e.tar.gz krino-ca35dfc540bb86ebe193dd186ac6bb5276a93c2e.zip | |
the repository has a public address
https://git.labunix.xyz/krino.git, on cgit and clonable without an
account. About shows it and the README's status says how to clone;
go install still needs a module path that is a URL.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -192,9 +192,14 @@ sudo apt install libgtk-4-dev libgirepository1.0-dev # Debian, Devuan ## Status -**0.0.11.** The module path is `krino`; `go install` will work once the -repository has a public URL and the imports are renamed to match. Until -then, build from a clone. The shape of `krino -n --json` is unstable before +**0.0.11.** + +``` +git clone https://git.labunix.xyz/krino.git +``` + +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. Builds and tests are run on Linux, FreeBSD and OpenBSD. The release |
