Browse Source

Instructions for how to install Sublime Text 2 completions file.
I bet there is a "righter" way. But that's how it's working for me.

Mr.doob 12 years ago
parent
commit
0a9132d861
2 changed files with 9 additions and 1 deletions
  1. 0 1
      utils/editors/sublimetext2/README
  2. 9 0
      utils/editors/sublimetext2/README.md

+ 0 - 1
utils/editors/sublimetext2/README

@@ -1 +0,0 @@
-zip threejs.sublime-package threejs.sublime-completions

+ 9 - 0
utils/editors/sublimetext2/README.md

@@ -0,0 +1,9 @@
+### How to install
+
+1. Compress `threejs.sublime-completions` into `threejs.sublime-package`.
+
+```shell
+zip threejs.sublime-package threejs.sublime-completions
+```
+
+2. Copy the compressed file into `Sublime Text 2/Pristine Packages`.