2
0
Эх сурвалжийг харах

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 жил өмнө
parent
commit
0a9132d861

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