Update README
This commit is contained in:
parent
aab9fb30f7
commit
bffa6169a7
@ -10,4 +10,5 @@ trim_trailing_whitespace = true
|
|||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
|
indent_style = space
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
11
README.md
11
README.md
@ -1,7 +1,16 @@
|
|||||||
# MoyaiReactBot
|
# 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`
|
1. Copy file `.env.example` to `.env`
|
||||||
2. Add your Discord bot token to `.env`
|
2. Add your Discord bot token to `.env`
|
||||||
3. Run `go build`
|
3. Run `go get` and `go build`
|
||||||
4. Run `./moyaireactbot`
|
4. Run `./moyaireactbot`
|
||||||
5. Hopefully it runs idk.
|
5. Hopefully it runs idk.
|
||||||
|
Loading…
Reference in New Issue
Block a user