File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,27 @@ Vanilla JavaScript snippets for Sublime Text 2 and 3.
6
6
7
7
### Package Control
8
8
9
- TODO: Include project on Package Control
9
+ Search for ** JavaScript/NodeJS Snippets ** .
10
10
11
11
### Sublime Text 2
12
12
13
- TODO: Include instructions for Sublime Text 2
13
+ * Mac OS X
14
+
15
+ ```
16
+ git clone git://github.com/jprichardson/sublime-js-snippets.git ~ /Library/Application Support/Sublime Text 2/Packages
17
+ ```
18
+
19
+ * Linux
20
+
21
+ ```
22
+ git clone git://github.com/jprichardson/sublime-js-snippets.git ~ /.config/sublime-text-2/Packages
23
+ ```
24
+
25
+ * Windows
26
+
27
+ ```
28
+ git clone git://github.com/jprichardson/sublime-js-snippets.git %userprofile%\AppData\Roaming\Sublime Text 2\Packages
29
+ ```
14
30
15
31
### Sublime Text 3
16
32
You can’t perform that action at this time.
0 commit comments