chore: edit README.md

This commit is contained in:
Alex Wellnitz 2024-09-19 21:43:52 +02:00
parent a23dc0c487
commit d340a5d704

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# SimC-Free: Your Self-Hosted, Open-Source Raid Bot
## What is SimC-Free?
SimC-Free is an open-source, customizable raid bot designed to simulate and analyze player performance in massively multiplayer online role-playing games (MMORPGs). Unlike proprietary raid bots, SimC-Free offers complete transparency, allowing users to modify and extend its functionality to suit their specific needs.
### How to Use:
```bash
git clone https://github.com/alexohneander/sim_free.git
docker build -t sim-free .
docker run -p 8000:8000 sim-free
```