From 48a216130630c85ed6f8468721b127e050d17adf Mon Sep 17 00:00:00 2001 From: Lucas Molas Date: Fri, 10 Jul 2020 09:22:56 -0300 Subject: [PATCH] readme: update submodule command (#141) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53de193eb..78526e7d0 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ testground plan import --from ./lotus-soup 5. Init the `filecoin-ffi` Git submodule in the `extra` folder. ``` -git submodule init +git submodule update --init --recursive ``` 6. Compile the `filecoin-ffi` version locally (necessary if you use `local:exec`)