docs bugfix
This commit is contained in:
parent
01d370dbc9
commit
0ea31d5669
@ -104,11 +104,12 @@ rd /S /Q %T%\Files
|
|||||||
|
|
||||||
[CURL Website](https://curl.se/windows)
|
[CURL Website](https://curl.se/windows)
|
||||||
|
|
||||||
Download: https://curl.se/windows/dl-7.75.0_3/curl-7.75.0_3-win64-mingw.zip
|
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.
|
||||||
Save the zipfile as "curl.zip" in folder "software".
|
|
||||||
|
|
||||||
Extract: the self extracting file:
|
Extract: the self extracting file:
|
||||||
```dos
|
```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 software\curl.zip
|
||||||
move /Y %T%\curl\curl.exe %TOOLS%
|
move /Y %T%\curl\curl.exe %TOOLS%
|
||||||
move /Y %T%\curl\libcurl*.dll %TOOLS%
|
move /Y %T%\curl\libcurl*.dll %TOOLS%
|
||||||
|
Loading…
Reference in New Issue
Block a user