Hello,
A quick little guide of installing Sublime Text 3 on Debian Linux systems.
For x86 systems:
1. Open up a terminal.
2. Type: wget http://c758482.r82.cf2.rackcdn.com/sublime-text_build-3059_i386.deb
3. Type: sudo dpkg -i sublime-text_build-3059_i386.deb
For x64 systems:
1. Open up a terminal.
2. Type: wget http://c758482.r82.cf2.rackcdn.com/sublime-text_build-3059_amd64.deb
3. Type: sudo dpkg -i sublime-text_build-3059_amd64.deb
Congratulations! You now have Sublime Text 3 installed.
Note: In the above examples, 3059 is the current build number at the time of this writing. To check the build numbers and make sure you have the latest, check out: http://www.sublimetext.com/3 for a list of all the builds.
Happy text editing!
No comments:
Post a Comment