Installing devd on Mac using Brew
Package Information:
Name: devd
Use: Local webserver for developers
URL: https://github.com/cortesi/devd
Installation Steps:
- Open up your Terminal.
- Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install devd using brew
brew install devd
devd is ready to use now!