From 9181df9277927620f2f039ac03c83e478210c931 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Mon, 2 Sep 2019 16:18:21 +0200 Subject: [PATCH] add back deps to build instructions --- interop/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interop/README.md b/interop/README.md index d8da9bde1..f32fe0597 100644 --- a/interop/README.md +++ b/interop/README.md @@ -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