Installing cheat on Mac using Brew
Package Information:
Name: cheat
Use: cheat allows you to create and view interactive cheatsheets on the command-line.
URL: https://github.com/chrisallenlane/cheat
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, Execute
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install cheat using brew
brew install cheat
cheat is ready to use now!