Skip to content

Commit 1ff5040

Browse files
committed
Merge pull request #4 from diogomoretti/patch-1
Add --depth param to clone without commit history
2 parents 356419f + 73e42c7 commit 1ff5040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Below is a step-by-step guide that takes you straight from downloading this boil
2424
**1. Clone this repo:**
2525

2626
```sh
27-
git clone [email protected]:developit/preact-boilerplate.git my-app
27+
git clone --depth 1 [email protected]:developit/preact-boilerplate.git my-app
2828
cd my-app
2929
```
3030

0 commit comments

Comments
 (0)