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

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

diff --git a/README.md b/README.md
index 74eb301..239a49a 100644
--- a/README.md
+++ b/README.md
@@ -104,11 +104,12 @@ rd /S /Q %T%\Files
 
 [CURL Website](https://curl.se/windows)
 
-Download: https://curl.se/windows/dl-7.75.0_3/curl-7.75.0_3-win64-mingw.zip  
-Save the zipfile as "curl.zip" in folder "software".
+Download: https://curl.se/windows/dl-7.75.0_3/curl-7.75.0_3-win64-mingw.zip and save it in your "Downloads" folder.
 
 Extract: the self extracting file:
 ```dos
+cd /D %USERPROFILE%\Downloads
+move /Y curl*.zip curl.zip
 %TOOLS%\7z -y -o%T%\curl e software\curl.zip
 move /Y %T%\curl\curl.exe %TOOLS%
 move /Y %T%\curl\libcurl*.dll %TOOLS%