From d340a5d70454db989d6b907c152b0a15c68a96cf Mon Sep 17 00:00:00 2001 From: Alex Wellnitz Date: Thu, 19 Sep 2024 21:43:52 +0200 Subject: [PATCH] chore: edit README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md 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 +```