libgnunetchat

library for GNUnet Messenger
Log | Files | Refs | README | LICENSE

commit f599dd4efae4601e18954027caf2e5e5d527b338
parent 419852870632ab790bf9e596c6ff68b78c87c80a
Author: Jacki <jacki@thejackimonster.de>
Date:   Sun,  1 Sep 2024 05:25:29 +0200

Add badge for build status

Signed-off-by: Jacki <jacki@thejackimonster.de>

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

diff --git a/README.md b/README.md @@ -2,6 +2,8 @@ A client-side library for applications to utilize the Messenger service of GNUnet. +[![Linux Build](https://github.com/TheJackiMonster/libgnunetchat/actions/workflows/linux.yml/badge.svg?branch=master)](https://github.com/TheJackiMonster/libgnunetchat/actions/workflows/linux.yml) + ## Features This library is an abstraction layer using the client API from different [GNUnet](https://www.gnunet.org) services to provide the functionality of a typical messenger application. The goal is to make developing such applications easier and independent of the GUI toolkit. So people can develop different interfaces being compatible with eachother despite visual differences, a few missing features or differences in overall design.