Update wakunode readme.md [skip ci]
This commit is contained in:
parent
fec5c61dd2
commit
13e5aa4e50
|
@ -10,6 +10,9 @@ an experimental Whisper - Waku bridging option.
|
||||||
# How to Build & Run
|
# How to Build & Run
|
||||||
|
|
||||||
```bash
|
```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
|
make wakunode
|
||||||
./build/wakunode --help
|
./build/wakunode --help
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue