diff --git a/README.md b/README.md index e105f5e..37cdec4 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # Minearchy Bot -This is a simple bot made for the [Minearchy Discord](https://discord.gg/2n6T78JS9k) server. + +This is a simple bot made for the [Minearchy Discord server](https://discord.gg/2n6T78JS9k). ## Installing + 1: Clone this repo and `cd` into it. 2: Edit the `./minearchy_bot/config.example.json` to your liking and rename it to `config.json`. -3: Install dependencies using `./install`. +3: Install dependencies using `./install.sh`. -4: Run `./start`. +4: Run `./start.sh`. diff --git a/install b/install.sh similarity index 100% rename from install rename to install.sh diff --git a/lint b/lint.sh similarity index 100% rename from lint rename to lint.sh diff --git a/start b/start.sh similarity index 100% rename from start rename to start.sh