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

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -