From 9fefc093b4ae69cf748097517cb506510fcd4b5c Mon Sep 17 00:00:00 2001
From: nguyed99 <nguyed99@zedat.fu-berlin.de>
Date: Sun, 17 Dec 2023 22:36:00 +0100
Subject: [PATCH] Update README

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e904025..b6bf2ee 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> 
-- 
GitLab