-
Notifications
You must be signed in to change notification settings - Fork 2
Curl installation on Windows OS machines
Ibrahim Mohammed edited this page Mar 1, 2023
·
1 revision
NASAaccess Curl wiki!
Here are some instructions that might help in installing curl on Windows OS machines:
- Download the
curl
with the right built for your machine from https://curl.haxx.se/. - Unpack the zip file in a location at your discretion.
- Add the curl.exe file location to your Environment Variables. Once you unpack the zip file you will find the curl.exe file in bin folder.
- Close the Environment Variables and check if you can run curl from your command prompt. Type
curl –help
and you should see the help pages for the curl program once everything is defined correctly.