From cb6fa5ccfc7b8389f4149c8c2390437b7e5adada Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 7 May 2025 15:02:54 -0700 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ab2cbe..9f96427 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # rs-discord-bot -a bot for our community discord and xmpp. \ No newline at end of file +a bot for our community discord and xmpp. + +## How2Build: + +### git clone this repository and start it up. +[Recommended ide is rider 2023 with NET 8] + +### After that, install this nuget package and you will be good to go. +dotnet add package Discord.Net --version 3.14.1 \ No newline at end of file