summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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```