summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-06-01 20:21:30 +0200
committerewy <ewy0@protonmail.com>2026-06-01 20:21:30 +0200
commit6d607f114f63184a43237a3ff80aee622401ee23 (patch)
treecaef43d484c45ee500e199487352fd50cb84ebe2 /README.md
parent136dc9a5fb22cb3d10e4d581556fde0c2df883f1 (diff)
update readmeHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 18f866f..0810bed 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
<h1 align="center">
-pik
+pik
</h1>
> file-based task runner [mepik.dev](https://mepik.dev)
@@ -13,6 +13,12 @@ running `pik` in any repository will index its own file-based task system, as we
## installing
+### prebuilt
+
+Grab a build from here:
+
+[![builds.sr.ht status](https://builds.sr.ht/~ewy/pik/commits/master/.build.yaml.svg)](https://builds.sr.ht/~ewy/pik/commits/master/.build.yaml?)
+
### go install
```go install github.com/ewy1/pik@latest```