From 4f0343c8c6bdc3135b230e5e3167c13fe987901a Mon Sep 17 00:00:00 2001 From: Martin <1224973+mavaa@users.noreply.github.com> Date: Fri, 13 Jan 2023 11:45:27 +0100 Subject: [PATCH] docs: Specify --recurse-submodules as in core doc This is needed for a successfull build for the legacy firmware as well --- docs/legacy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/legacy/index.md b/docs/legacy/index.md index 49f9c59fc..344b992e2 100644 --- a/docs/legacy/index.md +++ b/docs/legacy/index.md @@ -8,7 +8,7 @@ Ensure that you have Docker installed. You can follow [Docker's installation ins Clone this repository, then use `build-docker.sh` to build all images: ```sh -git clone https://github.com/trezor/trezor-firmware.git +git clone --recurse-submodules https://github.com/trezor/trezor-firmware.git cd trezor-firmware ./build-docker.sh ```