We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d72394 commit 98de37cCopy full SHA for 98de37c
README.md
@@ -15,14 +15,14 @@ look something like:
15
16
```
17
cd ~/"Library/Application Support/Sublime Text 3/Packages"
18
-git clone https://github.com/Microsoft/TypeScript-Sublime-Plugin.git TypeScript
+git clone --depth=1 https://github.com/Microsoft/TypeScript-Sublime-Plugin.git TypeScript
19
20
21
And on Windows something like:
22
23
24
cd "%APPDATA%\Sublime Text 3\Packages"
25
26
27
28
Note if you are using the portable version of Sublime Text, the location will be
0 commit comments