fix(docs): Modified quick-start to correctly invoke dotnet in *Nix (#518)
This commit is contained in:
parent
0e79a3d3c4
commit
78e3450671
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue