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 ```