Follow simple steps to install curl on Mac

Package Information:

Name: curl
Use: Get a file from an HTTP, HTTPS or FTP server
URL: https://curl.haxx.se/

Installation Steps:

  1. Open up your Terminal.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install curl using brew
    brew install curl

curl is ready to use now!