docs: Updates installation docs for the main site. (#911)

This commit is contained in:
Kamron Batman 2022-01-03 19:05:28 -08:00 committed by GitHub
parent 4fd8b4d307
commit 573ddfa27b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 30 additions and 13 deletions

View file

@ -7,20 +7,25 @@ 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 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. Download and install the [.NET 6 Runtime](https://dotnet.microsoft.com/download/dotnet/6.0)
1. Using [git](https://git-scm.com/downloads), clone the ModernUO repository to a folder.
1. Run publish.cmd
1. Navigate to the _Distribution_ folder.
1. Run `ModernUO.exe`
=== "OSX"
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. Download and install the [.NET 6 Runtime](https://dotnet.microsoft.com/download/dotnet/6.0)
1. Using [git](https://git-scm.com/downloads), clone the ModernUO repository to a folder.
1. Using _terminal_, navigate to the _ModernUO_ folder.
1. Run `./publish.cmd`
1. Using _terminal_, navigate to the _Distribution_ folder.
1. Run `dotnet ModernUO.dll`
=== "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. Download and install the [.NET 6 Runtime](https://docs.microsoft.com/en-us/dotnet/core/install/linux)
1. Using [git](https://git-scm.com/downloads), clone the ModernUO repository to a folder.
1. Using _bash_, navigate to the _ModernUO_ folder.
1. Run `./publish.cmd`
1. Using _bash_, navigate to the _Distribution_ folder.
1. Run `dotnet ModernUO.dll`