From 06ddb56881758161b129f06c30d7be751b995df3 Mon Sep 17 00:00:00 2001 From: Vasilis Date: Sat, 6 Jan 2024 18:04:18 +0100 Subject: [PATCH] Fix major grammatic mistake in the hosting guide. (#125) --- src/en/general-development/setup/server-hosting-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/en/general-development/setup/server-hosting-tutorial.md b/src/en/general-development/setup/server-hosting-tutorial.md index 15b163efb..0656642d4 100644 --- a/src/en/general-development/setup/server-hosting-tutorial.md +++ b/src/en/general-development/setup/server-hosting-tutorial.md @@ -4,7 +4,7 @@ Hosting a local sandbox server for playing around is easy, but setting up a larg ## Level 0: Local Sandbox Server -1. Download and install the [.NET 8 Runtime](https://dotnet.microsoft.com/download) installed. You only need "x64" under "run console apps" not "hosting bundle" from the downloads page. +1. Download and install the [.NET 8 Runtime](https://dotnet.microsoft.com/download). You only need "x64" under "run console apps" not "hosting bundle" from the downloads page. 2. Download the latest version of the server from [our builds page](https://central.spacestation14.io/builds/wizards/builds.html), for your operating system. If you are running custom code, or a build is not available for your platform, see [Custom Code](#custom-code) below. 3. Extract that to a directory somewhere. 4. Run `Robust.Server.exe` (or `Robust.Server` [via terminal on macOS/Linux](#running-the-server-on-macos-or-linux))