Skip to content

Commit c53ccb1

Browse files
authored
chore: update readme (#141)
1 parent 8c6b3a1 commit c53ccb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Waku end‑to‑end (e2e) interoperability test framework for the [Waku v2 proto
55
## Setup & contribution
66

77
```bash
8-
git clone [email protected]:waku-org/waku-interop-tests.git
8+
# Use sparse checkout since the repo has large history
9+
git clone --depth=1 [email protected]:waku-org/waku-interop-tests.git
910
cd waku-interop-tests
1011

1112
# create and activate a virtual environment

0 commit comments

Comments
 (0)