From 06dfbc7dead8afa0973ff705380cc639b35479e3 Mon Sep 17 00:00:00 2001 From: Dynamic Dev Date: Thu, 9 Mar 2023 19:56:50 +0000 Subject: [PATCH] Rephrasing Linux start server line! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just added a bit of useful information on line 35 and 57 to make it easier for new Linux users who don't know how to execute the binary by using "./BINARY". This is with permission of SGKoishi#0514 on discord! 😄 --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 11a8f9042..3b65901fc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -32,7 +32,7 @@ Generally, TShock needs at least 1GB of memory, but alternative tile providers m ServerPlugins\ |------TShockAPI.dll -1. Start `TShock.Server.exe` (or `TShock.Server` on other platforms) and TShock will boot, creating a folder called `tshock` to store its database and configuration files. Answer the startup questions, and you should be ready to roll. In the background, TShock made some folders for you. We'll come back to those later. +1. Start `TShock.Server.exe` (or `TShock.Server` on other platforms by typing `./TShock.Server`) and TShock will boot, creating a folder called `tshock` to store its database and configuration files. Answer the startup questions, and you should be ready to roll. In the background, TShock made some folders for you. We'll come back to those later. 1. Startup Terraria. Connect to a `multiplayer` server via IP and enter `localhost` if you're doing this on your local computer. If you're doing it on another computer, you need its IP address. @@ -54,7 +54,7 @@ To upgrade TShock 5 to future versions of TShock 5, simply download the latest r If you're upgrading from TShock 4, we suggest downloading the new release of TShock, copying the `tshock` configuration folder over (containing the `sqlitedb` file as well as the `json` configuration files, etc) to the new server, and starting the new server that way. This is because many files are removed and the existing files are no longer required from TShock 4. In addition, the new binary you need to run is called `TShock.Server.exe` or `TShock.Server`, not `TerrariaServer.exe`. -In addition, you no longer need to install `mono-complete` or `mono` on non-Windows operating systems. +In addition, you no longer need to install `mono-complete` or `mono` on non-Windows operating systems. This means you cannot start the server using the `mono` command. Instead, to run the new binary (`TShock.Server`) on Linux-based operating systems, just enter `./TShock.Server`. ### Apple Silicon