From f79bfe1e89c56b202ebcfd649835175b4e147c0f Mon Sep 17 00:00:00 2001 From: madi-blockstars <112677856+madi-blockstars@users.noreply.github.com> Date: Wed, 9 Apr 2025 08:13:45 +0100 Subject: [PATCH] Update README.md shall be specified to use sub-modules so scripts wont fail --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 897ba809a..dc0e1e458 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,10 @@ Usually, the response to your pull request will indicate which section it falls * Thou shall make sure that workflows are cleanly completed for your PR before considering merge ## Build TON blockchain - +Code base contains sub-modules so make sure you clone like ex: +```bash + git clone --recurse-submodules https://github.com/ton-blockchain/ton.git +``` ### Ubuntu 20.4, 22.04, 24.04 (x86-64, aarch64) Install additional system libraries ```bash