16 lines
281 B
Plaintext
16 lines
281 B
Plaintext
|
# LinuxGSM: Left 4 Dead Dedicated Server Installation Files
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
### Docker Installation
|
||
|
|
||
|
### LinuxGSM Installation
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
### Run in Docker
|
||
|
|
||
|
```
|
||
|
docker run -it -v /mnt/27TB/home/linuxgsm:/home/gsm --net=host -u gsm --entrypoint /bin/zsh -w /home/gsm linuxgsm
|
||
|
```
|