Installing cf on Mac using Brew

Package Information:

Name: cf
Use: Filter to replace numeric timestamps with a formated date time
URL: https://ee.lbl.gov

Installation Steps:

  1. Open up your Terminal.
  2. Copy and execute below command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install cf using brew
    brew install cf

cf is ready to use now!