We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f585580 commit 798177cCopy full SHA for 798177c
1 file changed
README.md
@@ -1,7 +1,8 @@
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
5
+completion suggestions.
6
7
## How to install
8
@@ -13,4 +14,6 @@ With [Package Control](https://sublime.wbond.net/):
13
14
15
Manually:
16
-Drop the entire folder in Sublime's `Packages` folder.
17
+1. Open the Sublime's `Packages` folder
18
+2. Create the "apiDoc Autocompletion" folder
19
+3. Put all files from the repository there
0 commit comments