Fix typo. Info about console Ctrl+C on Windows

This commit is contained in:
Jordan Brown
2021-06-07 20:34:16 -04:00
committed by GitHub
parent a47978d1bb
commit 4ea5dc7c61
+3 -2
View File
@@ -32,7 +32,8 @@ If you wish to install the TGS as a service, run `Tgstation.Server.Host.Service.
Should you want a clean start, be sure to first uninstall the service by running `Tgstation.Server.Host.Service.exe -u` from the command line.
If using the console version, run ./tgs.bat in the root of the installation directory.
If using the console version, run ./tgs.bat in the root of the installation directory. Ctrl+C will close the server, terminating all live game instances.
#### Linux (Native)
@@ -46,7 +47,7 @@ The following dependencies are required to run tgstation-server on Linux alongsi
- gdb (for using gcore to create core dumps)
- gcc-multilib (Only on 64-bit systems)
To launch the server, run ./tgs.sh in the root of the installation directory. The process will run in a blocking fashion. SIQQUIT will close the server, terminating all live game instances.
To launch the server, run ./tgs.sh in the root of the installation directory. The process will run in a blocking fashion. SIGQUIT will close the server, terminating all live game instances.
Note that tgstation-server has only ever been tested on Linux via it's [docker environment](build/Dockerfile#L22). If you are having trouble with something in a native installation, or figure out a required workaround, please contact project maintainers so this documentation may be better updated.