Adds official .NET 5 support (#300)
This commit is contained in:
parent
c3289a20ab
commit
013f333898
39 changed files with 496 additions and 668 deletions
|
|
@ -7,19 +7,19 @@ title: Quick Start
|
|||
If you are familiar with RunUO, then follow these steps to get your ModernUO server running in less than 10 minutes:
|
||||
|
||||
=== "Windows"
|
||||
1. Download and install the [.NET Core Runtime](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.8-windows-x64-installer)
|
||||
1. Download and install the [.NET 5 Runtime](https://dotnet.microsoft.com/download/dotnet/5.0)
|
||||
1. Download and extract [ModernUO](https://github.com/modernuo/ModernUO/releases/latest) to a folder.
|
||||
1. Navigate to the _Distribution_ folder.
|
||||
1. Run `ModernUO.exe`
|
||||
|
||||
=== "OSX"
|
||||
1. Download and install the [.NET Core Runtime](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-aspnetcore-3.1.8-macos-x64-binaries)
|
||||
1. Download and install the [.NET 5 Runtime](https://dotnet.microsoft.com/download/dotnet/5.0)
|
||||
1. Download and extract [ModernUO](https://github.com/modernuo/ModernUO/releases/latest) to a folder.
|
||||
1. Using _terminal_, navigate to the _Distribution_ folder.
|
||||
1. Run `./dotnet ModernUO.dll`
|
||||
|
||||
=== "Linux"
|
||||
1. Download and install the [.NET Core Runtime](instructions [here](https://docs.microsoft.com/en-us/dotnet/core/install/linux))
|
||||
1. Download and install the [.NET 5 Runtime](instructions [here](https://docs.microsoft.com/en-us/dotnet/core/install/linux))
|
||||
1. Download and extract [ModernUO](https://github.com/modernuo/ModernUO/releases/latest) to a folder.
|
||||
1. Using _bash_, navigate to the _Distribution_ folder.
|
||||
1. Run `./dotnet ModernUO.dll`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue