From fb372cb6ae8ffb5c3ab7575882d744039ada49dd Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 17 Dec 2022 14:26:18 +0300 Subject: [PATCH] README cleanup and rename files --- README.md | 8 +++++--- install => install.sh | 0 lint => lint.sh | 0 start => start.sh | 0 4 files changed, 5 insertions(+), 3 deletions(-) rename install => install.sh (100%) rename lint => lint.sh (100%) rename start => start.sh (100%) 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