diff --git a/README.md b/README.md
index e90402503f5dddc4fce407bd3a924b89c402e959..b6bf2ee46250c2d47de504e7d215a8e8bc9f4657 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,9 @@ All folders are isolated projects. `cd` into the folder to run/build them.
 
 #### Do this happily ever after
 1. Start a (new) shell and activate the virtual environment
-    poetry shell
+
+        poetry shell
+        
 2. We are storing Docker images at GitLab's integrated container registry by running:
 
         docker login git.imp.fu-berlin.de:5000 -u <GITLAB_USERNAME> -p <TOKEN>