docs bugfix

This commit is contained in:
Michael H.G. Schmidt 2021-03-27 21:41:05 +01:00
parent 0ea31d5669
commit 3210d1dfca

View File

@ -110,11 +110,12 @@ 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
%TOOLS%\7z -y -o%T%\curl e curl.zip
move /Y %T%\curl\curl.exe %TOOLS%
move /Y %T%\curl\libcurl*.dll %TOOLS%
move /Y %T%\curl\curl-ca-bundle.crt %TOOLS%
rd /S /Q %T%\curl
cd ..
```