From 16e0e67d209213050f12b0db5584064aace38e94 Mon Sep 17 00:00:00 2001 From: Daniel Schubert Date: Thu, 11 Apr 2019 20:59:28 +0000 Subject: [PATCH] Update README --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index b82bafa..d3cae55 100644 --- a/README +++ b/README @@ -18,7 +18,8 @@ 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://git.scytec.de/danthefan/arma3-docker +git clone https://git.scytec.de/danthefan/arma3-docker.git +cd arma3-docker docker build -t arma3server . ```