Skip to content

Commit

Permalink
New README.md with install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
AceBeaker2 authored Dec 27, 2022
1 parent bf2cd39 commit 11ce3ed
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand All @@ -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
Expand Down

0 comments on commit 11ce3ed

Please sign in to comment.