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

This is needed for a successfull build for the legacy firmware as well
pull/2741/head
Martin 1 year ago committed by matejcik
parent 72f456cc17
commit 4f0343c8c6

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

Loading…
Cancel
Save