1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-17 19:00:58 +00:00

docs: Specify --recurse-submodules as in core doc

This is needed for a successfull build for the legacy firmware as well
This commit is contained in:
Martin 2023-01-13 11:45:27 +01:00 committed by matejcik
parent 72f456cc17
commit 4f0343c8c6

View File

@ -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
```