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"
This commit is contained in:
parent
f307f728c9
commit
97d9c1253b
30
README.md
30
README.md
@ -1,19 +1,27 @@
|
||||
# akashi <img src="https://github.com/AttorneyOnline/akashi/blob/master/akashi/resource/icon/256.png" width=30 height=30>
|
||||
A C++ server for Attorney Online 2
|
||||
A C++ server for Attorney Online 2<br><br>
|
||||
 [](https://GitHub.com/AttorneyOnline/akashi/graphs/commit-activity) [](https://svgshare.com/i/Zhy.svg) [](https://svgshare.com/i/ZhY.svg)<br>
|
||||
|
||||
# Build instructions
|
||||
# Where to download
|
||||
You can find the latest stable release on our [release page.](https://github.com/AttorneyOnline/akashi/releases)<br>
|
||||
Nightly CI builds can be found at [Github Actions](https://github.com/AttorneyOnline/akashi/actions)<br>
|
||||
|
||||
# Support
|
||||
Akashi has a maintained [Wiki](https://github.com/AttorneyOnline/akashi/wiki) for setup and configuration.<br><br>
|
||||
For more support join the official Attorney Online 2 Discord!<br>
|
||||
[](https://discord.gg/wWvQ3pw)
|
||||
|
||||
# Build Instructions
|
||||
If you are unable to use either CI or release builds, you can compile akashi yourself.<br>
|
||||
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
|
||||

|
||||
|
Loading…
Reference in New Issue
Block a user