From 3e4e59077653ea22954d8c28d7a52ca1ac49cae8 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Thu, 29 Feb 2024 17:05:28 +1300 Subject: [PATCH] readme: add builds.sr.ht badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9c9990a..141ef23 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ## callisto - standalone scripting platform for Lua 5.4 +[![builds.sr.ht status](https://builds.sr.ht/~jeremy/callisto.svg)](https://builds.sr.ht/~jeremy/callisto) + Callisto extends Lua 5.4's standard library by adding new modules and facilities to the interpreter. It includes a file system library to manage and manipulate files and directories, a process library to find