From 889c568ceb829261c24a6f5fef95e746e36061c0 Mon Sep 17 00:00:00 2001
From: Patrick Jentsch <p.jentsch@uni-bielefeld.de>
Date: Tue, 28 Jul 2020 13:14:14 +0200
Subject: [PATCH] Update README

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 28f75538..a5549bda 100644
--- a/README.md
+++ b/README.md
@@ -38,16 +38,16 @@ username@hostname:~$ sudo mount --types cifs --options gid=${USER},password=nopa
 ### **Download, configure and build nopaque**
 
 ``` bash
+# Clone the nopaque repository
 username@hostname:~$ git clone https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
-username@hostname:~$ mkdir logs
 username@hostname:~$ cp .env.tpl .env
 # Fill out the variables within this file.
 username@hostname:~$ <YOUR EDITOR> .env
 username@hostname:~$ cp docker-compose.override.yml.tpl docker-compose.override.yml
 # Tweak the docker-compose.override.yml to satisfy your needs.
 username@hostname:~$ <YOUR EDITOR> docker-compose.override.yml
-# Create database tables
-username@hostname:~$ docker-compose run --rm web flask db init
+# Build docker images
+username@hostname:~$ docker-compose build
 ```
 
 #### Configuration variables in detail
-- 
GitLab