Created
August 8, 2013 20:28
-
-
Save nanusdad/6188378 to your computer and use it in GitHub Desktop.
Sublime Text 3 - installing Package Control
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
1. Open up the Windows "Search" Bar and start typing in "git bash" and click on the program that comes up. | |
2. Type in the following | |
CODE: SELECT ALL | |
cd $APPDATA/Sublime\ Text\ 3/Packages | |
3. Now type in | |
CODE: SELECT ALL | |
git clone -b python3 https://github.com/wbond/sublime_package_control.git "Package Control" | |
4. The package control is now installed! Open up Sublime and then open up the command palette with "Ctrl+Shift+P" and type in | |
CODE: SELECT ALL | |
Package Control: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, are you sure this line "cd $APPDATA/Sublime\ Text\ 3/Packages" is correct? Doesn't seem to be picking up for me