From 13e5aa4e5029b7de96d38010b39ed6368acd1ee0 Mon Sep 17 00:00:00 2001 From: Kim De Mey Date: Thu, 2 Apr 2020 15:25:19 +0200 Subject: [PATCH] Update wakunode readme.md [skip ci] --- waku/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/waku/README.md b/waku/README.md index 84b520236..9534ac9df 100644 --- a/waku/README.md +++ b/waku/README.md @@ -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 ```