Steps To Install dhall-json on Mac
Package Information:
Name: dhall-json
Use: Compile Dhall to JSON or YAML
URL: https://github.com/Gabriel439/Haskell-Dhall-JSON-Library
Installation Steps:
- Open Terminal by pressing
<command+space>
. Type terminal and hitEnter
key. - Copy and execute below command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install dhall-json using brew
brew install dhall-json
dhall-json is ready to use now!