Sublime Forum

How to install a package from a certain branch

#1

Hi,

There are many packages that support Sublime Text 3 but in the ST3 branch of their github repository. So how can I install them via package control?
I know I can git clone the repository to the package folder and checkout the ST3 branch manually.
Thank you.

0 Likes

#2

Package control does not yet support ST3 as far as I’m aware…

0 Likes

#3

You can add an external repository from package control. Search for “Package Control: Add Repository”. These will be used over the packages in the Package Control repository. For example. if you wanted to use ExportHtml in ST3, you would add github.com/wbond/sublime_packag … ge_control

0 Likes