From 7ce3879d690b15f76ae7cb129b408c64e934a47b Mon Sep 17 00:00:00 2001 From: Marcin Wozniak Date: Fri, 1 Feb 2019 19:48:26 +0100 Subject: [PATCH] Version 1.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f41b551..8da9e6f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#TeamSpeak3 - Updater +# TeamSpeak3 - Updater I use teamspeak server as a service. If you want to have the same setting (i.e when you want stop your teamspeak server you can write: ``` @@ -12,13 +12,13 @@ cd ts3-server-updater sudo cp teamspeak.service /usr/lib/systemd/system/ sudo systemctl daemon-reload ``` -#Instalation teamspeak.service +## Instalation teamspeak.service In the file **teamspeak.service** the default localization is **/opt/teamspeak/** and the default user is **teamspeak**. You can change it for your settings of course. Also in the when you have different localization you **MUST** change it in the ```update``` in the variable ``ts3local``. Now you have ```systemctl``` for stop or start your service. -#Updating... +## Updating... If you did not commit my repo, you should do it now. ``` git clone https://github.com/linux923344/ts3-server-updater.git