Homebrew Curl



Curl

Start by opening the Terminal and start the homebrew setup by simply downloading the installation script of homebrew with curl and then running it with bash. @MadPhysicist run brew link curl -force to force Homebrew to symlink curl into usr/local/bin. As long as that is ahead of /usr/bin in your path, then the Homebrew curl should be used.

About the App

  • App name: curl
  • App description: Get a file from an HTTP HTTPS or FTP server
  • App website: http://curl.haxx.se/
Homebrew

Install the App

  1. Press Command+Space and type Terminal and press enter/return key.
  2. Run in Terminal app:
    ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)' < /dev/null 2> /dev/null
    and press enter/return key.
    If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish.
  3. Run:
    brew install curl

Homebrew Curl Path

Done! You can now use curl.

Homebrew Curling

Similar Software for Mac