1
0
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:
Pavol Rusnak 2018-03-02 16:36:19 +01:00
parent d866128fbe
commit 34e60899c0
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

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