From d02b7476dd99d8b30707fdf30e0b716d39774bb1 Mon Sep 17 00:00:00 2001
From: "Michael H.G. Schmidt" <michael@schmidt2.de>
Date: Sat, 27 Mar 2021 21:43:21 +0100
Subject: [PATCH] docs bugfix

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

diff --git a/README.md b/README.md
index 9be10db..d7c1c66 100644
--- a/README.md
+++ b/README.md
@@ -125,8 +125,9 @@ cd ..
 
 Download with curl to software folder:
 ```dos
-%TOOLS%\curl -L https://github.com/git-for-windows/git/releases/download/v2.30.1.windows.1/Git-2.30.1-64-bit.exe --output software\git-setup.exe
-
+cd /D %USERPROFILE%\Downloads
+%TOOLS%\curl -L https://github.com/git-for-windows/git/releases/download/v2.30.1.windows.1/Git-2.30.1-64-bit.exe --output git-setup.exe
+cd ..
 ```
 
 Create the GIT configfile for the setup program (use notepad):
@@ -154,7 +155,7 @@ PerformanceTweaksFSCache=Disabled
 EnableSymlinks=Disabled
 EnablePseudoConsoleSupport=Disabled
 ```
-Save it to c:\temp\install-git.txt
+Save it as c:\temp\install-git.txt
 
 Execute the Git setup:
 ```dos