add back deps to build instructions

This commit is contained in:
Jacek Sieka 2019-09-02 16:18:21 +02:00 committed by zah
parent 6d798c821f
commit 9181df9277
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ git clone https://github.com/status-im/nim-beacon-chain.git
cd nim-beacon-chain
make # prepare build system (cloning the correct submodules)
make update # build dependencies
make update deps # build dependencies
```
## Running