From ba1bda1a9ce6df2a45f1eab4f498dc3b0b5dc7f3 Mon Sep 17 00:00:00 2001
From: Astro <astro@spaceboyz.net>
Date: Sat, 24 Aug 2019 03:50:26 +0200
Subject: [PATCH] README: Prebuilt binaries

---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.md b/README.md
index c08fb97..1a128cb 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,16 @@
 # Rust support for the card10 CCCamp19 badge
 
+## Prebuilt binaries
+
+By courtesy of this Gitlab's CI system, and NixOS, we build `.elf`
+files for you drop into the `apps/` directory of your card10 badge.
+
+Because running ELF binaries requires a jailbroken base firmware
+starting with v1.5, we build this one too. It includes this project's
+Rust binaries.
+
+https://git.card10.badge.events.ccc.de/astro/rust-card10/-/jobs
+
 ## Prerequisites
 
 You need rust nightly and a working setup to compile the card10
-- 
GitLab