File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,17 @@ look something like:
1515
1616```
1717cd ~/"Library/Application Support/Sublime Text 3/Packages"
18- git clone https://github.com/Microsoft/TypeScript-Sublime-Plugin.git TypeScript
18+ git clone --depth 1 https://github.com/Microsoft/TypeScript-Sublime-Plugin.git TypeScript
1919```
2020
2121And on Windows something like:
2222
2323```
2424cd "%APPDATA%\Sublime Text 3\Packages"
25- git clone https://github.com/Microsoft/TypeScript-Sublime-Plugin.git TypeScript
25+ git clone --depth 1 https://github.com/Microsoft/TypeScript-Sublime-Plugin.git TypeScript
2626```
2727
28+ (` --depth 1 ` downloads only the current version to reduce the clone size.)
2829Note if you are using the portable version of Sublime Text, the location will be
2930different. (See http://docs.sublimetext.info/en/latest/basic_concepts.html#the-data-directory
3031for more info).
You can’t perform that action at this time.
0 commit comments