about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorArun Isaac2025-11-17 21:29:18 +0000
committerArun Isaac2025-11-17 21:31:37 +0000
commita5e9c408f0a98502500b38ebe113155aa005aaab (patch)
tree3b5bae6ecebfe0145746648d98c17aaee882e4f0 /README.md
parent37257000b37a83d4b1203371e886562b93479716 (diff)
downloadrun64-a5e9c408f0a98502500b38ebe113155aa005aaab.tar.gz
run64-a5e9c408f0a98502500b38ebe113155aa005aaab.tar.lz
run64-a5e9c408f0a98502500b38ebe113155aa005aaab.zip
Add v0.1.0 release tarballs.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 16c9580..4fff9e9 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,16 @@ run64 is a [SRFI-64](https://srfi.schemers.org/srfi-64/srfi-64.html) runner. It
 
 When hacking on Guile projects, I found myself re-inventing auxiliary scripts to present test results. Meanwhile, in Python land, they have beautiful tooling like pytest. Schemers deserve good tooling too! So, here we are.
 
+# Download
+
+Download release tarballs.
+
+- 2025-11-17 [run64-0.1.0.tar.lz](releases/run64-0.1.0.tar.lz) [GPG Signature](releases/run64-0.1.0.tar.lz.asc)
+
+Download [public signing key](https://systemreboot.net/about/arunisaac.pub).
+
+Browse the development version on [cgit](https://git.systemreboot.net/run64) or on [klaus](https://klaus.systemreboot.net/run64/).
+
 # Usage
 
 To use run64, invoke it on the command-line passing files containing SRFI-64 tests as arguments. For example,