Guide To Install asciinema On Mac
Package Information:
Name: asciinema
Use: Record and share terminal sessions. asciinema [as-kee-nuh-muh] is a free and open source solution for recording terminal sessions and sharing them on the web.
URL: https://asciinema.org
Installation Steps:
- Open Terminal
- Now, run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install asciinema using brew
brew install asciinema
asciinema is ready to use now!