Skip to content

Instantly share code, notes, and snippets.

@rogeriopradoj
Created November 24, 2016 12:50
Show Gist options
  • Save rogeriopradoj/1b7280afe47586eb5b3f903f00ea2000 to your computer and use it in GitHub Desktop.
Save rogeriopradoj/1b7280afe47586eb5b3f903f00ea2000 to your computer and use it in GitHub Desktop.
How to install asciinema on AWS EC Ubuntu 14.04 LTS - https://asciinema.org/docs/installation
# include ppa for asciinema
sudo apt-add-repository ppa:zanchey/asciinema
# update registry
sudo apt-get update
# install dependencies
sudo apt-get install python-setuptools python3-setuptools
# finally install asciinema
sudo apt-get install asciinema
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment