Skip to content

Commit

Permalink
Merge branch 'pr-438' into develop
Browse files Browse the repository at this point in the history
* pr-438:
  Add manual installation section

Closes spadgos#438
  • Loading branch information
gerardroche committed Jan 29, 2018
2 parents c464601 + 7f53ee5 commit 3e8c2d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e8c2d8

Please sign in to comment.