Skip to content

Commit be7a832

Browse files
committed
Add install instructions
1 parent 515d7c7 commit be7a832

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,27 @@ Vanilla JavaScript snippets for Sublime Text 2 and 3.
66

77
### Package Control
88

9-
TODO: Include project on Package Control
9+
Search for **JavaScript/NodeJS Snippets**.
1010

1111
### Sublime Text 2
1212

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+
```
1430

1531
### Sublime Text 3
1632

0 commit comments

Comments
 (0)