Here is the step by step guideline to install curl on windows 10 machine.

Step 1. Download curl from the official website https://curl.haxx.se/download.html download page.  Choose your operating system version.

Step 2: After download, extract the zip file and copy curl.exe  from src/ folder to your desired directory. In my case I have copied it in C:\curl 

Step 3: Open windows command prompt and change directory to where you have copied the curl.exe and invoke curl.exe command.

You can enter curl --help to see a list of cURL commands.

Thanks !!

(Visited 860 times, 14 visits today)