Improved readme formatting

This commit is contained in:
sven-n 2025-12-30 16:43:38 +01:00
parent cf102b69d8
commit 0bef96b952
2 changed files with 6 additions and 2 deletions

View file

@ -64,9 +64,11 @@ However, this introduces a lot more complexity and you should know what you're d
The communication between the subsystems is handled with Dapr.
Warnings:
* It's currently unsupported due to several issues we have to resolve first.
Feel free to contribute for the following issues: https://github.com/MUnique/OpenMU/issues?q=is%3Aissue%20state%3Aopen%20label%3Adistributed-deployment
* This way of hosting OpenMU is more complex and requires a good understanding of distributed systems.
Feel free to contribute for the following issues: <https://github.com/MUnique/OpenMU/issues?q=is%3Aissue%20state%3Aopen%20label%3Adistributed-deployment>
* This way of hosting OpenMU is more complex and requires a good understanding
of distributed systems.
* This deployment requires more resources (CPU, RAM, Disk, Network).
### Pros

View file

@ -1,5 +1,7 @@
# Distributed
*!!! CURRENTLY BROKEN AND UNSUPPORTED, DOCS ARE OUT OF DATE !!!*
## Deployment with docker-compose
Currently, we just have a docker-compose file for the deployment.