docs: use make vendor to refresh submodules

This commit is contained in:
Pavol Rusnak 2018-03-05 13:08:42 +01:00
parent 611d374bbd
commit 21d07ec99d
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ 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
make vendor
```
### Linux