How to install Curl on Windows 10
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…