Guide To Install cjdns On Mac using Brew

Package Information:

Name: cjdns
Use: An encrypted IPv6 network using public-key cryptography for address allocation and a distributed hash table for routing.
URL: https://github.com/cjdelisle/cjdns/

Installation Steps:

  1. Open Terminal by hitting <command+space>. Type terminal and hit Enter key.
  2. Now, Execute
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install cjdns using brew
    brew install cjdns

cjdns is ready to use now!