From ab5484892f8fbfeff4c7da9ddc6005e690aa8091 Mon Sep 17 00:00:00 2001 From: spiral Date: Tue, 30 Nov 2021 21:24:25 -0500 Subject: [PATCH] fix: list correct .NET version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6f81e6a..1cde6b24 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ $ docker-compose up -d ``` ## Manually -* Install the .NET 5 SDK (see https://dotnet.microsoft.com/download) +* Install the .NET 6 SDK (see https://dotnet.microsoft.com/download) * Clone this repository: `git clone https://github.com/xSke/PluralKit` * Create and fill in a `pluralkit.conf` file in the same directory as `docker-compose.yml` * Run the bot: `dotnet run --project PluralKit.Bot`