readme: update submodule command (#141)

This commit is contained in:
Lucas Molas 2020-07-10 09:22:56 -03:00 committed by GitHub
parent 2c3d473193
commit 48a2161306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ testground plan import --from ./lotus-soup
5. Init the `filecoin-ffi` Git submodule in the `extra` folder. 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`) 6. Compile the `filecoin-ffi` version locally (necessary if you use `local:exec`)