From e154a904844b073adb605505c23baec819a72aec Mon Sep 17 00:00:00 2001 From: august radjoe Date: Fri, 17 Nov 2023 14:03:29 -0500 Subject: [PATCH] fix clone error in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7c38651..4900303c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ These instructions are for demonstration and development purposes only. For a fu * Install and start MongoDB * Clone WEB-MPC ``` -git clone https://github.com/multiparty/web-mpc.git +git clone --recurse-submodules -j8 https://github.com/multiparty/web-mpc/ cd web-mpc/ ``` * Build Docker Image and Compose Container