Created
September 28, 2012 20:30
-
-
Save supershabam/3801919 to your computer and use it in GitHub Desktop.
Install Sublime Text on Ubuntu
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
Install Sublime Text on Ubuntu | |
Open terminal (CTRL+ALT+T): | |
sudo add-apt-repository ppa:webupd8team/sublime-text-2 | |
sudo apt-get update | |
sudo apt-get install sublime-text | |
To retrieve the dev-versions change last line to: | |
sudo apt-get install sublime-text-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment