mirror of
https://github.com/teamspeak/teamspeak6-server.git
synced 2026-09-05 12:54:05 +08:00
Refine CONFIG.md and README.md for clarity and consistency in command usage
This commit is contained in:
@@ -57,7 +57,7 @@ chmod +x tsserver
|
||||
Run the server from your terminal, making sure to accept the license:
|
||||
|
||||
```sh
|
||||
./tsserver --accept-license=accept
|
||||
./tsserver --accept-license
|
||||
```
|
||||
|
||||
<h2><img width="22" src="/icons/windows.svg"> On Windows:</h2>
|
||||
@@ -66,7 +66,7 @@ Open Command Prompt or PowerShell and navigate to the directory where you extrac
|
||||
|
||||
Run the server executable, making sure to accept the license:
|
||||
```powershell
|
||||
tsserver.exe --accept-license=accept
|
||||
tsserver.exe
|
||||
```
|
||||
|
||||
<h2><img width="32" src="/icons/docker.svg"> Running the Server with Docker (Recommended):</h2>
|
||||
@@ -74,7 +74,7 @@ Docker is the easiest way to run the TeamSpeak 6 server in an isolated and manag
|
||||
|
||||
### 1. Simple docker run command:
|
||||
|
||||
For a quick start, you can use the docker run command. Make sure your licensekey.dat is in your current directory.
|
||||
For a quick start, you can use the docker run command.
|
||||
|
||||
```sh
|
||||
docker run -it --rm \
|
||||
|
||||
Reference in New Issue
Block a user