From 595a07dbf8d57127f3fff9865719f4e806efcd72 Mon Sep 17 00:00:00 2001 From: "Frank A. Krueger" Date: Thu, 1 Sep 2022 10:58:28 -0700 Subject: [PATCH] Add new badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e6d05d..f6985e8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Iril -[![Build Status](https://app.bitrise.io/app/215cbf7fe9a1fad5/status.svg?token=K4l3jgu8fAUWcExrQsRTtQ&branch=master)](https://app.bitrise.io/app/215cbf7fe9a1fad5) +[![Build Test and Package](https://github.com/praeclarum/Iril/actions/workflows/build.yml/badge.svg)](https://github.com/praeclarum/Iril/actions/workflows/build.yml) -IR to IL converter. +Iril is an LLVM IR to IL converter. That's a fancy way of saying it can compile native code like C to be crossplatform process-independent .NET. ## Installation