From f5ffa3733e7957f8a6032e18831e8d017c946fff Mon Sep 17 00:00:00 2001 From: Awiteb Date: Sun, 7 Jul 2024 14:21:04 +0300 Subject: [PATCH] chore: Update README.md Add ci/cd badges and repo mirrors Signed-off-by: Awiteb Reviewed-by: Amjad Alsharafi --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e51dbb3..9ad612a 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,8 @@ height="100"> An open-source [OxideTalis Messaging Protocol][`OTMP`] (OTMP) homeserver implementation written in Rust. - +[![Forgejo CI Status](https://git.4rs.nl/oxidetalis/oxidetalis/badges/workflows/ci.yml/badge.svg)](https://git.4rs.nl/oxidetalis/oxidetalis) +[![Forgejo CD Status](https://git.4rs.nl/oxidetalis/oxidetalis/badges/workflows/cd.yml/badge.svg)](https://git.4rs.nl/oxidetalis/oxidetalis) [![agplv3-or-later](https://www.gnu.org/graphics/agplv3-88x31.png)](https://www.gnu.org/licenses/agpl-3.0.html) @@ -79,6 +77,10 @@ docker-compose up -d For information on how to contribute to the project, please see the [CONTRIBUTING.md](./CONTRIBUTING.md) file. +## Repository mirrors +- [Codeberg](https://codeberg.org/awiteb/oxidetalis) +- [GitHub](https://github.com/oxidetalis/oxidetalis) + ## Licenses The project is split into multiple crates, each with its own license: * [`crates/oxidetalis`]: Homeserver implementation, licensed under the GNU