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