mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-24 14:20:57 +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
|
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
|
### Linux
|
||||||
|
|
||||||
#### Debian/Ubuntu
|
#### Debian/Ubuntu
|
||||||
|
Loading…
Reference in New Issue
Block a user