From 6d6e9ce917cb932f28890409d7ff79b31e2a6578 Mon Sep 17 00:00:00 2001
From: Wizzard <wizzard@noreply.localhost>
Date: Thu, 6 Mar 2025 14:45:49 -0500
Subject: [PATCH] Update README.md

---
 README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1d37484..88fe39c 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,17 @@
 # void-zenkernel
 
-![Build Status](https://img.shields.io/badge/build-passing-brightgreen)
 ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
 ![Made with Love](https://img.shields.io/badge/Made%20with-%E2%9D%A4-red)
 
+## Precompiled binaries now available
+
+Precompiled Zen Kernel packages are available through our repository. Add our repo and install with:
+
+```bash
+echo "repository=http://deadzone.enterprises/repo/x86_64" | sudo tee /etc/xbps.d/10-deadzone.conf
+sudo xbps-install -S linux6.13-zen linux6.13-zen-headers
+```
+
 ## Description
 
 `void-zenkernel` is a collection of packages that allow users to build the Zen Kernel for Void Linux using either GCC or Clang compilers. The Zen Kernel is known for its performance tweaks and smoother system performance. With `void-zenkernel`, Void Linux users can easily harness the power of Zen!