chore: update readme (#141)

This commit is contained in:
fbarbu15 2025-11-21 11:54:38 +02:00 committed by GitHub
parent 8c6b3a1653
commit c53ccb1335
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,8 @@ Waku endtoend (e2e) interoperability test framework for the [Waku v2 proto
## Setup & contribution
```bash
git clone git@github.com:waku-org/waku-interop-tests.git
# Use sparse checkout since the repo has large history
git clone --depth=1 git@github.com:waku-org/waku-interop-tests.git
cd waku-interop-tests
# create and activate a virtual environment