Skip to content

Commit 4643df4

Browse files
committed
Improve install instructions based on @caiogondim's project
1 parent 85c98ba commit 4643df4

File tree

1 file changed

+5
-44
lines changed

1 file changed

+5
-44
lines changed

README.md

Lines changed: 5 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -4,51 +4,12 @@
44

55
## Install
66

7-
### Package Control
7+
To install through [Package Control](http://wbond.net/sublime_packages/package_control),
8+
search for **JavaScript & NodeJS Snippets**. If you still don't have Package Control in Sublime Text, [go get it](http://wbond.net/sublime_packages/package_control/installation).
9+
It's pure awesomeness.
810

9-
Waiting for approval.
10-
11-
<!-- Search for **JavaScript/NodeJS Snippets**. -->
12-
13-
### Sublime Text 2
14-
15-
* Mac OS X
16-
17-
```
18-
git clone git://github.com/zenorocha/sublime-snippets-js.git ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/sublime-snippets-js
19-
```
20-
21-
* Linux
22-
23-
```
24-
git clone git://github.com/zenorocha/sublime-snippets-js.git ~/.config/sublime-text-2/Packages/sublime-snippets-js
25-
```
26-
27-
* Windows
28-
29-
```
30-
git clone git://github.com/zenorocha/sublime-snippets-js.git %userprofile%\AppData\Roaming\Sublime Text 2\Packages\sublime-snippets-js
31-
```
32-
33-
### Sublime Text 3
34-
35-
* Mac OS X
36-
37-
```
38-
git clone git://github.com/zenorocha/sublime-snippets-js.git ~/Library/Application Support/Sublime Text 3/Packages/sublime-snippets-js
39-
```
40-
41-
* Linux
42-
43-
```
44-
git clone git://github.com/zenorocha/sublime-snippets-js.git ~/.config/sublime-text-3/Packages/sublime-snippets-js
45-
```
46-
47-
* Windows
48-
49-
```
50-
git clone git://github.com/zenorocha/sublime-snippets-js.git %userprofile%\AppData\Roaming\Sublime Text 3\Packages\sublime-snippets-js
51-
```
11+
If you insist to not install it, you can download the package and
12+
put it manually inside your `Pacakages` directory. It should work but will not update automatically.
5213

5314
## Console
5415

0 commit comments

Comments
 (0)