From 72027837a01d75bb61ec37eeea913d9b8b3bcb72 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Fri, 9 Jan 2026 08:12:00 -0700 Subject: [PATCH] Add build status badges to README Added build status badges for Debian, Flatpak, and Windows. --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 388a5d3a..274980f1 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,10 @@ # ZoiteChat -ZoiteChat is an IRC client for Windows and UNIX-like operating systems. +[![Debian Build](https://github.com/ZoiteChat/zoitechat/actions/workflows/debian-build.yml/badge.svg)](https://github.com/ZoiteChat/zoitechat/actions/workflows/debian-build.yml) +[![Flatpak Build](https://github.com/ZoiteChat/zoitechat/actions/workflows/flatpak-build.yml/badge.svg)](https://github.com/ZoiteChat/zoitechat/actions/workflows/flatpak-build.yml) +[![Windows Build](https://github.com/ZoiteChat/zoitechat/actions/workflows/windows-build.yml/badge.svg)](https://github.com/ZoiteChat/zoitechat/actions/workflows/windows-build.yml) + +ZoiteChat is an HexChat based IRC client for Windows and UNIX-like operating systems. See [IRCHelp.org](http://irchelp.org) for information about IRC in general. For more information on ZoiteChat please read our [documentation](https://zoitechat.zoite.net/docs/en/latest/index.html): - [Downloads](http://zoitechat.zoite.net/downloads.html)