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? -

c# - Get the Class name in a class with atribute inside a attribute method -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -