Skip to content

Instantly share code, notes, and snippets.

@alshell7
Created June 1, 2020 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alshell7/878d3bccfb1d8c73ed1c7ac78fee17d7 to your computer and use it in GitHub Desktop.
Save alshell7/878d3bccfb1d8c73ed1c7ac78fee17d7 to your computer and use it in GitHub Desktop.
Installing Gotty on Ubuntu 16.04 - Share your terminal as a web application
wget https://github.com/yudai/gotty/releases/download/v1.0.1/gotty_linux_amd64.tar.gz
tar xvf gotty_linux_amd64.tar.gz
chmod +x gotty
sudo mv gotty /usr/local/bin/
gotty -version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment