Skip to content

Commit

Permalink
Fix major grammatic mistake in the hosting guide. (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilisThePikachu authored Jan 6, 2024
1 parent d791190 commit 06ddb56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 06ddb56

Please sign in to comment.