diff --git a/README.md b/README.md new file mode 100644 index 0000000..d106beb --- /dev/null +++ b/README.md @@ -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 +```