chore: update readme

This commit is contained in:
Florin Barbu 2025-11-21 11:53:03 +02:00
parent 26ae0f13f4
commit 50d96ea392
No known key found for this signature in database
GPG Key ID: 593D6DBC6D9E5095

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