From 6c77c842d76310d25c79bb52ff736f2ccaeaf688 Mon Sep 17 00:00:00 2001
From: rink <rink@dtu.dk>
Date: Mon, 2 Oct 2017 10:58:04 +0200
Subject: [PATCH] Adding cd into folder

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

diff --git a/README.md b/README.md
index 5011cad..4b9632a 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,9 @@ with the following options:
     - Enter this command into the terminal:  
     `git clone https://gitlab.windenergy.dtu.dk/python-at-risoe/scientific-python-workshops/2-getting-started.git`
 4. Test that git is set up properly by trying to pull.
-    - Change into the newly cloned folder, then enter this command:  
+    - Change into the newly cloned folder  
+    `cd 2-getting-started`
+    - Enter this command:  
     `git pull origin master`
 5. Just before the workshop, update the folder by pulling the changes (same
 command as in Step 4).
-- 
GitLab