diff --git a/README.md b/README.md index 45587ea98..dcc4ca58f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,13 @@ The zkEVM Prover process can provide up to 3 RPC services: ## Setup +### Clone repository +```sh +$ git clone git@github.com:0xPolygonHermez/zkevm-prover.git +$ git submodule init +$ git submodule update --remote +``` + ### Compile The following packages must be installed. ```sh