Sublime Forum

How to make Terminal 100% work with package?

#1

Somone tell please how to install all packages on terminal becouse some commands not working ?

0 Likes

#2

Go to Preferences -> Browse Packages…, then open a terminal on the folder which just opened and type:

git clone https://www.github.com/author/package_name "My new package Installed from the Terminal"

You may find the git url by the https://packagecontrol.io.

0 Likes

#3

Which packages aren’t working ?
Installing via Package Control is usually the better way to install unless you want to modify the plugin source code.

0 Likes