Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rephrasing Linux start server line! #2927

Open
wants to merge 2 commits into
base: general-devel
Choose a base branch
from

Conversation

Dynamic-Codes
Copy link

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! 😄

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! 😄
@@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my opinion, it should be clarified ./TShock.Server is a command and should be run inside a terminal. Maybe exec ./TShock.Server to make it more obvious

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exec ./TShock.Server? eh?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah that could work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants