From 702141b83e988cfd8ba448b00e53fe755256b1e3 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Tue, 19 Jan 2021 20:57:22 -0500 Subject: [PATCH] Adds a note about uninstalling the service --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ff67c0e852..45d2111cf1 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ Older server versions can be found in the V# branches of this repository. Note t If you wish to install the TGS as a service, run `Tgstation.Server.Host.Service.exe`. It should prompt you to install it. Click `Yes` and accept a potential UAC elevation prompt and the setup wizard should run. +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. + #### Linux (Native) We recommend using Docker for Linux installations, see below. The content of this parent section may be skipped if you choose to do so.