From 41e46e95a225bca451a397d448997af769f0f255 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Thu, 16 May 2019 13:22:29 +0200 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8f81e96..0cc36e3 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,14 @@ ``` git clone https://gitlab.ub.uni-bielefeld.de/sfb1288inf/ocr.git && cd ocr ``` + 2. Build image: ``` docker build -t sfb1288inf/ocr:latest . ``` Alternatively build from git without cloning: + 1. Build image: ``` docker build -t sfb1288inf/ocr:latest https://gitlab.ub.uni-bielefeld.de/sfb1288inf/ocr.git