diff --git a/README.md b/README.md
index 2bc1f880e1583ec108c8200eda6262ae7760c874..c686805910ef547c9a3698c9164c54a92a3c855b 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,7 @@ $ docker-compose pull
 4. **Configure your instance:**
 For production environments it is recommended to activate and secure the Docker HTTP API. You can read more [here](https://gitlab.ub.uni-bielefeld.de/sfb1288inf/opaque_daemon).
 ``` bash
+$ mkdir logs
 $ cp nopaque.env.tpl nopaque.env
 $ <YOUR EDITOR> nopaque.env # Fill out the empty variables within this file.
 ```