README.md: add `make update` even if it's not required the first time

so we don't have a different set of instructions for subsequent updates
This commit is contained in:
Ștefan Talpalaru 2019-03-29 03:36:04 +01:00
parent 84c0abaeae
commit 226a390c66
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ git clone https://github.com/status-im/nimbus.git
cd nimbus
# Prep environment (assuming you have 4 CPU cores and want to take advantage of them):
make update
make -j4 deps
# Head over to the vendor repo where you should have a checkout of this project: