How to Install frege-repl on Mac using Brew

Package Information:

Name: frege-repl
Use: This is the command line REPL for Frege.
URL: https://github.com/Frege/frege-repl

Installation Steps:

  1. Open Terminal.
  2. Run the following command

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

frege-repl is ready to use now!