hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 5b11b5bee6671f2667198ea52f35e95a952d0873
parent c5ef4d8ebffc0990b96850842a7761b03f149260
Author: Ember Sawady <ecs@d2evs.net>
Date:   Fri,  1 Dec 2023 14:11:10 +0000

drop build status from readme

it's not that helpful since builds are now run under the pusher's
account

Signed-off-by: Ember Sawady <ecs@d2evs.net>

Diffstat:
MREADME.md | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md @@ -2,13 +2,6 @@ Hare is a systems programming language. -## Build status - -<dl> - <dt>Linux (x86_64)</dt><dd><a href="https://builds.sr.ht/~sircmpwn/hare/commits/master/alpine.yml"><img src="https://builds.sr.ht/~sircmpwn/hare/commits/master/alpine.yml.svg" alt="Build status for Linux" /></a></dd> - <dt>FreeBSD (x86_64)</dt><dd><a href="https://builds.sr.ht/~sircmpwn/hare/commits/master/freebsd.yml"><img src="https://builds.sr.ht/~sircmpwn/hare/commits/master/freebsd.yml.svg" alt="Build status for FreeBSD" /></a></dd> -</dl> - ## Installation For information about bootstrapping a working Hare toolchain from scratch, see