README: add comment

This commit is contained in:
Ștefan Talpalaru 2020-06-19 18:12:27 +02:00
parent 4ecbc655ea
commit 089b365c37
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 3 additions and 1 deletions

View File

@ -298,7 +298,9 @@ After cloning the repo:
```bash
# The first `make` invocation will update all Git submodules.
# You'll run `make update` after each `git pull`, in the future, to keep those submodules up to date.
make
# Build beacon_node and all the tools, using 4 parallel Make jobs
make -j4
# Run tests
make test