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:
- Open Terminal.
- Run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install frege-repl using brew
brew install frege-repl
frege-repl is ready to use now!