Skip to content

Commit 98de37c

Browse files
committed
recommend shadow clone for end users
1 parent 8d72394 commit 98de37c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ look something like:
1515

1616
```
1717
cd ~/"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

2121
And on Windows something like:
2222

2323
```
2424
cd "%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

2828
Note if you are using the portable version of Sublime Text, the location will be

0 commit comments

Comments
 (0)