mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-08 22:40:59 +00:00
docs: add info about git submodule update
This commit is contained in:
parent
d866128fbe
commit
34e60899c0
@ -9,6 +9,12 @@ git clone --recursive https://github.com/trezor/trezor-core.git
|
||||
cd trezor-core
|
||||
```
|
||||
|
||||
If are building the already cloned the project, don't forget to use the following to refresh the submodules:
|
||||
|
||||
```sh
|
||||
git submodule update --init --recursive
|
||||
```
|
||||
|
||||
### Linux
|
||||
|
||||
#### Debian/Ubuntu
|
||||
|
Loading…
Reference in New Issue
Block a user