From bffa6169a7234d571fcb6caeb1859de29f7132e2 Mon Sep 17 00:00:00 2001 From: Alex Thomassen Date: Mon, 17 Feb 2020 12:56:29 +0100 Subject: [PATCH] Update README --- .editorconfig | 1 + README.md | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) 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.