From ce90ee4eaeff84e1afa9f4a6a79ed449eb280a75 Mon Sep 17 00:00:00 2001 From: warforgad Date: Tue, 18 May 2021 01:03:08 +0300 Subject: [PATCH] Fixed compilation instructions in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 661523b..ad73ae9 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ In order to download and build the repo: ``` git clone https://github.com/christianlundkvist/libsnark-tutorial.git cd libsnark-tutorial +git submodule update --init --recursive mkdir build && cd build && cmake .. make ```