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:
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…
Reference in New Issue
Block a user