From 11ce3edd72fe79ec94088b86be563851995bd569 Mon Sep 17 00:00:00 2001 From: AceBeaker <78876983+AceBeaker2@users.noreply.github.com> Date: Tue, 27 Dec 2022 22:08:20 +0000 Subject: [PATCH] New README.md with install instructions --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index ca22852..cda0edb 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ - Slash commands, buttons and modals! - Error reporting to end user +##### Prerequisites: +- [git](https://git-scm.com/downloads) +- [Python 3](https://www.python.org/downloads/) + #### Installation(Linux/MacOS): Open your favorite Terminal and run these commands. (Note: you need to get a discord bot token, and a stable horde api token(optional)) @@ -20,6 +24,20 @@ python3 bot.py ``` and you should be good to go! +#### Installation(Windows): +Open Command Prompt and run these commands. +(Note: you need to get a discord bot token, and a stable horde api token(optional)) +```sh +git clone https://github.com/AceBeaker2/StableHorde-LemonBot +cd StableHorde-LemonBot +python -m pip install -r requirements.txt +``` +Now head on over to config.py and input your keys. Then simply run: +```sh +python bot.py +``` +and you should be good to go! + ## License Apache V2