mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 14:21:18 +00:00
Update docs.
This commit is contained in:
parent
4c2b0d3781
commit
28e91a2a0f
1 changed files with 4 additions and 2 deletions
|
@ -64,7 +64,7 @@ user@dayzdockerserver:~ $
|
|||
Use [SteamCMD](https://developer.valvesoftware.com/wiki/SteamCMD) to login:
|
||||
|
||||
```docker
|
||||
steamcmd +login 'MySteamLogin' +quit
|
||||
steamcmd +login 'MySteamLogin' +force_install_dir /home/user/dayz/serverfiles +quit
|
||||
```
|
||||
|
||||
Follow the prompts for the password and Steam Guard code. This process will wait indefinitely until both are entered. Once logged in, this process will not need to be repeated as long as the same username is used for the +login argument and the host directory containing the files is not deleted.
|
||||
|
@ -77,7 +77,9 @@ The base server files must be installed before the server can be run:
|
|||
steamcmd +login 'MySteamLogin' +force_install_dir /home/user/dayz/serverfiles +app_update 223350 validate +quit
|
||||
```
|
||||
|
||||
This will download about 2.9G of files.
|
||||
This will download about 2.8G of files.
|
||||
|
||||
Replace `223350` with `1042420` for experimental.
|
||||
|
||||
## Setup
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue