kallookoo / sublime-text-wordpress

Sublime Text WordPress Package
23 stars 0 forks source link

I cannot install this via Package Control in Sublime 4 #7

Open aubreypwd opened 2 years ago

aubreypwd commented 2 years ago

I was able to clone to get the snippets/etc but not sure why it doesn't show up when I Packages Install in Sublime.

benjamintemitope commented 2 years ago

You have to install it manually.

  1. Locate your Sublime Text packages directory. For Windows, it is located at AppData\Roaming\Sublime Text 3\Packages.
  2. Open your terminal in the directory.
  3. Clone the repository with git clone https://github.com/kallookoo/sublime-text-wordpress.git on your terminal.
  4. Restart Sublime Text.

Note: When you check list of installed packages, this package will be named sublime-text-wordpress.

EDIT To locate Sublime Text packages directory. Try Preferences -> Browse Packages.

aubreypwd commented 2 years ago

You have to install it manually.

I know, but why can't I install it via Package Control?