From 52c27b7a288efdf9f2ef1b6caf9bbf62180b1595 Mon Sep 17 00:00:00 2001 From: Walid Shouman Date: Thu, 13 Apr 2017 11:13:48 +0200 Subject: [PATCH] Add manual installation section The manual installation expects previously having package control installed, that could be done by a manual or non-manual installation of it at https://packagecontrol.io/installation. A reference for the steps could be found at http://docs.sublimetext.info/en/latest/extensibility/packages.html#installing-packages. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 238039d..34f6305 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,13 @@ DocBlockr is a package for [Sublime Text 2 & 3][sublime] which makes writing doc 2. Select `Package Control: Install Package` 3. Type `DocBlockr` into the search box and select the package to install it +### Manual installation + +1. Download the latest [tag](https://github.com/spadgos/sublime-jsdocs/tags) +2. Unzip it and move the unzipped directory to ```packages``` folder, **could be figured out through ```Preferences->Browse Packages ...```** +3. Rename the unzipped directory to ```DocBlockr``` +4. If the extension didn't work, ensure we don't have the package disabled by removing the ```DocBlockr``` entry from the ```ignored_packages``` in ```sub3\Data\Packages\User\Preferences.sublime-settings``` + ## Feature requests & bug reports You can leave either of these things [here][issues]. Pull requests are welcomed