From 78e345067132184fc23e3b8a63cacd80211ef325 Mon Sep 17 00:00:00 2001 From: Karol <50302144+karolswdev@users.noreply.github.com> Date: Wed, 24 Feb 2021 16:22:22 -0700 Subject: [PATCH] fix(docs): Modified quick-start to correctly invoke dotnet in *Nix (#518) --- docs/quick-start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.