Easy Steps to Install caddy on Mac
Package Information:
Name: caddy
Use: Caddy is the HTTP/2 web server with automatic HTTPS.
URL: https://caddyserver.com/
Installation Steps:
- Open up your Terminal.
- Copy and run the command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install caddy using brew
brew install caddy
caddy is ready to use now!