Follow simple steps to install boxes on Mac
Package Information:
Name: boxes
Use: Boxes is a command line program that draws a box around its input text.
URL: http://boxes.thomasjensen.com/
Installation Steps:
- Open Terminal by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install boxes using brew
brew install boxes
boxes is ready to use now!