How to install manually package for sublime text on osx? -


trying install third-party st3-livereload package sublime text (https://github.com/grafikart/st3-livereload) on osx manually (there no package in package manager). when extracting folder zipped archive in macos>packages folder, doesn't work sublime cause needed .sublime-package extension. git instruction macos in repository not worked me too.

don't worry .sublime-package files, these installed when using package control.

the instructions on link repository use outdated url. here how install package using git:

cd ~/library/application\ support/sublime\ text\ 3/packages/ git clone https://github.com/grafikart/st3-livereload livereload 

Comments

Popular posts from this blog

ios - Is 'init' forbidden as *part* of a variable name? -

javascript - Why Selenium can't find an element that is graphically visible -

angular - Angular2 Router: Cannot find primary outlet to load 'HomeComponent' -