Skip to content

Instantly share code, notes, and snippets.

@nanusdad
Created August 8, 2013 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanusdad/6188378 to your computer and use it in GitHub Desktop.
Save nanusdad/6188378 to your computer and use it in GitHub Desktop.
Sublime Text 3 - installing Package Control
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:
@jameshogan00
Copy link

Hi, are you sure this line "cd $APPDATA/Sublime\ Text\ 3/Packages" is correct? Doesn't seem to be picking up for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment