Installing ford on Mac using Brew
Package Information:
Name: ford
Use: Automatically generates FORtran Documentation from comments within the code.
URL: https://github.com/cmacmackin/ford/
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 ford using brew
brew install ford
ford is ready to use now!