fix(docs): Modified quick-start to correctly invoke dotnet in *Nix (#518)

This commit is contained in:
Karol 2021-02-24 16:22:22 -07:00 committed by GitHub
parent 0e79a3d3c4
commit 78e3450671
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,13 +16,13 @@ If you are familiar with RunUO, then follow these steps to get your ModernUO ser
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`
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. Using _bash_, navigate to the _Distribution_ folder.
1. Run `./dotnet ModernUO.dll`
1. Run `dotnet ModernUO.dll`
!!! Note
Follow the rest of the [Get Started](../installation) guide to learn how to connect, configure, and customize, your server.