Update README

This commit is contained in:
Daniel Schubert 2019-04-11 20:58:17 +00:00
parent 7d833fa018
commit 1e7b4555e4
1 changed files with 4 additions and 2 deletions

6
README
View File

@ -1,5 +1,8 @@
# Arma 3 server Dockerfile
# Forked from https://github.com/poooldo/arma3server.git
# modified
## Introduction
This dockerfile install Steam CLI and download Arma 3 server content and execute it.
@ -15,8 +18,7 @@ Because it use a volume to store the Steam and Arma 3 data, you will need to cre
To build from source you need to clone the git repo and run docker build:
```
git clone https://github.com/poooldo/arma3server.git
cd arma3server
git clone https://git.scytec.de/danthefan/arma3-docker
docker build -t arma3server .
```