Installing sublime-text-3 on Ubuntu via PPA
Do this following on your terminal window in Ubuntu:
sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install sublime-text-installer
And to run the sublime text on from your terminal, just type:
subl <folder or file name>
Hope this helps!
No comments:
Post a Comment