From 97d9c1253b595c869a07d3a8db178be0e245508b Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Sat, 7 May 2022 11:45:04 +0200 Subject: [PATCH] Add some visual flair to readme(#14) * Visual update to readme * Add all contributors to repo readme * Minor formatting * Use the right repo for "maintained" --- README.md | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a3460d9..5a3469b 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,27 @@ # akashi -A C++ server for Attorney Online 2 +A C++ server for Attorney Online 2

+![Code Format and Build](https://github.com/AttorneyOnline/akashi/actions/workflows/main.yml/badge.svg?event=push) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/AttorneyOnline/akashi/graphs/commit-activity) [![Linux](https://svgshare.com/i/Zhy.svg)](https://svgshare.com/i/Zhy.svg) [![Windows](https://svgshare.com/i/ZhY.svg)](https://svgshare.com/i/ZhY.svg)
-# Build instructions +# Where to download +You can find the latest stable release on our [release page.](https://github.com/AttorneyOnline/akashi/releases)
+Nightly CI builds can be found at [Github Actions](https://github.com/AttorneyOnline/akashi/actions)
+ +# Support +Akashi has a maintained [Wiki](https://github.com/AttorneyOnline/akashi/wiki) for setup and configuration.

+For more support join the official Attorney Online 2 Discord!
+[![AttorneyOnline](https://discordapp.com/api/guilds/278529040497770496/widget.png?style=banner2)](https://discord.gg/wWvQ3pw) + +# Build Instructions +If you are unable to use either CI or release builds, you can compile akashi yourself.
Requires Qt >= 5.10, and Qt websockets + +**Ubuntu 20.04/22.04** - Ubuntu 18.04 or older are not supported. ``` + sudo apt install build-essential qt5-default libqt5websockets5-dev git clone https://github.com/AttorneyOnline/akashi cd akashi - qmake - make + qmake && make ``` -Copyright © scatterflower 2020-2021 - -Copyright © Salanto 2021 - -Copyright © in1tiate 2021 - -Copyright © mangosarentliterature 2021 +# Contributors +![GitHub Contributors Image](https://contrib.rocks/image?repo=AttorneyOnline/akashi)