From 1e16f539718f8217f7b8891e148d077e4393620a Mon Sep 17 00:00:00 2001
From: rink <rink@dtu.dk>
Date: Mon, 2 Oct 2017 10:56:34 +0200
Subject: [PATCH] Changing Windows paths (I think) and updating

---
 README.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 2f9660a..5011cad 100644
--- a/README.md
+++ b/README.md
@@ -47,8 +47,11 @@ with the following options:
 3. Clone the workshop repository to your computer.
     - In your git terminal (possibly called "Git bash"), change to a directory
     where you want the new folder to be placed.  E.g.,  
-    `cd C:\Users\rink\Desktop`  
-    (but replace my username, "rink", with yours)
+    `cd /c/Users/rink/Desktop`  
+    but replace my username, "rink", with yours.
+    Note that, in git bash, file paths are similar to Unix, with forward slashes
+    and a different way to reference the C-drive. Also, if you have a file path
+    with a space, try putting a single quote before and after the path.
     - 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.
-- 
GitLab