Follow simple steps to install darcs on Mac
Package Information:
Name: darcs
Use: Distributed version control system that tracks changes, via Haskell
URL: http://darcs.net/
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>. Type terminal and hitEnterkey. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null - Install darcs using brew
brew install darcs
darcs is ready to use now!