Update README

This commit is contained in:
Alex Thomassen 2020-02-17 12:56:29 +01:00
parent aab9fb30f7
commit bffa6169a7
Signed by: Alex
GPG Key ID: 10BD786B5F6FF5DE
2 changed files with 11 additions and 1 deletions

View File

@ -10,4 +10,5 @@ trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
indent_style = space
trim_trailing_whitespace = false

View File

@ -1,7 +1,16 @@
# MoyaiReactBot
## Requirements
- [Go version 1.13.8](https://golang.org/) with Go Modules
- Other versions might work, but this is one the I used to develop.
## Installation
No idea if these are correct, but try it I guess.
1. Copy file `.env.example` to `.env`
2. Add your Discord bot token to `.env`
3. Run `go build`
3. Run `go get` and `go build`
4. Run `./moyaireactbot`
5. Hopefully it runs idk.