We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5b044 commit 768fe8eCopy full SHA for 768fe8e
1 file changed
README.md
@@ -1,4 +1,16 @@
1
apiDoc Autocompletion
2
========================
3
4
-A plugin for Sublime Text that adds [apiDoc](https://github.com/apidoc/apidoc) tags to list of code completion suggestions.
+A plugin for Sublime Text that adds [apiDoc](https://github.com/apidoc/apidoc) tags to list of code completion suggestions.
5
+
6
+## How to install
7
8
+With [Package Control](https://sublime.wbond.net/):
9
10
+1. Open Package Control: Preferences -> Package Control
11
+2. Select Package Control: Install Package
12
+3. Type *apiDoc Autocompletion* into the search box and select the package to install it
13
14
+Manually:
15
16
+Drop the entire folder in Sublime's `Packages` folder.
0 commit comments