diff --git a/.editorconfig b/.editorconfig index 6bf5404..d3fbe2c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,4 +10,5 @@ trim_trailing_whitespace = true insert_final_newline = true [*.md] +indent_style = space trim_trailing_whitespace = false diff --git a/README.md b/README.md index 5989ead..09f85b3 100644 --- a/README.md +++ b/README.md @@ -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.