diff --git a/docs/quick-start.md b/docs/quick-start.md index 10b890d94..189b4841e 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -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.