You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,10 @@ Installation
8
8
9
9
You need to have node.js installed before anything.
10
10
11
-
Clone the repository in your sublime "Packages" directory. You need to clone with the --recursive option, or to put the typescript *source* into the lib/typescript directory.
11
+
Clone the repository in your sublime "Packages" directory.
12
+
You need to clone with the --recursive option, or to put the typescript *source* into the lib/typescript directory.
13
+
You also need to ensure that the node executable is on your path, or that the "node_path" key is set somewhere in a
14
+
typescript.sublime-settings settings file that sublime text can reach.
0 commit comments