Created
June 1, 2020 12:37
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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