From 604bb32c26d23c40d38276468082f6b9a4edbab6 Mon Sep 17 00:00:00 2001
From: pipaj97 <61475289+pipaj97@users.noreply.github.com>
Date: Thu, 29 Sep 2022 09:37:48 +0200
Subject: [PATCH] add cd to readme

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index dc20b1e..cc57c4e 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,7 @@ After building the container it should be run with mounting the parent folder of
 and the project folder. It should be noted, that the escape_data_mutation.csv also needs to be mounted.
 
 ```
+cd ..
 docker run --rm -it --mount src="$(pwd)",target=/project_container,type=bind pipaj97/sars_cov_2_project3
 ```
 
-- 
GitLab