From 7f9f57e03f50ca3f3a524579a21e7f1b8fba7e3e Mon Sep 17 00:00:00 2001 From: Ian Clarke Date: Tue, 14 May 2024 16:14:56 -0500 Subject: [PATCH] Update README.md to ensure submodule is cloned --- apps/freenet-ping/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/freenet-ping/README.md b/apps/freenet-ping/README.md index 93f1a6588..55978cd4f 100644 --- a/apps/freenet-ping/README.md +++ b/apps/freenet-ping/README.md @@ -48,10 +48,10 @@ Ensure you have the following prerequisites installed: ### Freenet Core -- Clone the Freenet Core repository and navigate to the application directory: +- Clone the Freenet Core repository and the stdlib submodule, and navigate to the application directory: ```bash - git clone https://github.com/freenet/freenet-core.git + git clone --recurse-submodules https://github.com/freenet/freenet-core.git cd freenet-core/apps/freenet-ping ```