From 12d44fc7149fcaa380de55a01852a81fd7edfdd1 Mon Sep 17 00:00:00 2001 From: rink <rink@dtu.dk> Date: Mon, 2 Oct 2017 10:43:05 +0200 Subject: [PATCH] Small formatting and detail changes --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e9f161..4516d23 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,10 @@ If you are attending the workshop, please do the following before attending: 1. If you didn't attend Workshop 1, do those prerequisites ([link](https://gitlab.windenergy.dtu.dk/python-at-risoe/scientific-python-workshops/1-intro-to-conda)). 2. If you don't have git installed, [install it](https://git-scm.com/downloads). 3. Clone the workshop repository to your computer. - - In your git terminal (possibly called "Git bash"), change to the directory - where you want the new folder to be placed + - 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) - 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