From 420b8a31efdefb4922c8f657c1262ba7126a8daa Mon Sep 17 00:00:00 2001 From: Felipe Muniz Date: Fri, 13 Dec 2024 19:27:58 -0300 Subject: [PATCH] feat: update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 85d51cc07..d4daec24c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ > Modern, free, and open-source MMORPG server emulator written in C#. > > It was written from scratch and development on the project began in January 2020. ->
To connect to the server, you can use either [OTClient](https://github.com/edubart/otclient) or [OTCv8](https://github.com/OTCv8/otclientv8) for version 8.6. +>
To connect to the server, you can use either [OTClient](https://github.com/edubart/otclient), [OTCv8](https://github.com/OTCv8/otclientv8) or [OTCR](https://github.com/mehah/otclient) for version 8.6. ## Latest Builds @@ -42,7 +42,7 @@ ## Usage ```sh -download and install .NET 8: https://dotnet.microsoft.com/download/dotnet/8.0 +download and install .NET 9: https://dotnet.microsoft.com/download/dotnet/9.0 git clone https://github.com/caioavidal/OpenCoreMMO.git cd src dotnet run --project "Standalone" @@ -84,7 +84,7 @@ To connect to the self-hosted server for development, please use the following c ## Technologies * C# -* .Net 8 +* .Net 9 * Database support: InMemory, MySQL, and SQLite * Console Debug Logging * XUnit Testing