Skip to content

Commit bc1ab5d

Browse files
committed
Update SUBLIME docs
This will change again soon (when the PR to Package Control is merged), but until then symlinking is a better option than copying files.
1 parent 025e0f3 commit bc1ab5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SUBLIME.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
* `npm install -g eslint`
77
3. Configure import-js
88
* See [Configuration](README.md#configuration)
9-
4. Copy plugins/import-js-sublime to your Sublime packages directory
9+
4. Symlink ipmort-js (root folder) to your Sublime packages directory, e.g. `ln
10+
-s ~/import-js import-js`.
1011
5. Open the root of your project as a folder (Project -> Add Folder to Project…)
1112
6. Import a file!
1213
* Whenever you have undefined variables, open the Command Palette

0 commit comments

Comments
 (0)