Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add manual installation section #438

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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