diff --git a/README.md b/README.md
index 9eaafe4956524354dbac5169dc4870bd60061990..64ec690ddd47e5d97e63c71e6bb572665adb0bc5 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,13 @@ As a last step texts can be loaded into an information retrieval system to query
 
 
 ## Setup
+0. **Create log files**
+``` basj
+mkdir /logs
+touch /logs/opaque_flask.log
+touch /logs/opaque_daemon.log
+```
+
 
 1. **Create Docker swarm:**
 The generated computational workload is handled by a [Docker](https://docs.docker.com/) swarm. A swarm is a group of machines that are running Docker and joined into a cluster. It consists out of two different kinds of members, managers and workers. Currently it is not possible to specify a dedicated Docker host, instead Opaque expects the executing system to be a swarm manager of a swarm with at least one dedicated worker machine. The [swarm setup](https://docs.docker.com/engine/swarm/swarm-tutorial/) process is described best in the Docker documentation.