Skip to content

Commit

Permalink
Merge pull request #588 from caioavidal/feature/update_readme
Browse files Browse the repository at this point in the history
feat: update readme
  • Loading branch information
caioavidal authored Dec 15, 2024
2 parents 01a95f0 + 420b8a3 commit 4fd52e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
> <br>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.
> <br>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

Expand All @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4fd52e2

Please sign in to comment.