From 1a3a00f4ed6d3392d1992bd347729aa0d5c46f7c Mon Sep 17 00:00:00 2001 From: SocksOnHead Date: Sun, 14 Apr 2024 23:33:44 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b1428ff..65f9a43 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,12 @@ Lunaris2 is a Discord bot designed to play music in your server's voice channels ## Setup -1. Clone the repository. -2. Install the required packages by running `dotnet restore`. -3. Build the project using `dotnet build`. -4. Run the bot using `dotnet run`. +1. Clone the repo. +2. Extract. +3. If there isn't already a appsettings.json file in there, create one. +4. Set the discord bot token. How the file should look (without token): [appsettings.json](https://github.com/Myxelium/Lunaris2.0/blob/master/Bot/appsettings.json)] +5. Make sure you got docker installed. And run the file ``start-services.sh``, make sure you got git-bash installed. +6. Now you can start the project and run the application. ## Usage