Update wakunode readme.md [skip ci]

This commit is contained in:
Kim De Mey 2020-04-02 15:25:19 +02:00 committed by GitHub
parent fec5c61dd2
commit 13e5aa4e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ an experimental Whisper - Waku bridging option.
# How to Build & Run
```bash
make # The first `make` invocation will update all Git submodules and prompt you to run `make` again.
# It's only required once per Git clone. You'll run `make update` after each `git pull`, in the future,
# to keep those submodules up to date.
make wakunode
./build/wakunode --help
```