diff --git a/README.md b/README.md index 5011cad6681e28dd2e95d6ff64cb0aae90957403..4b9632a2872ad431ad7d91a450060547cd25ca59 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).