1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 19:39:05 +00:00
trezor-firmware/README.md

10 lines
213 B
Markdown
Raw Normal View History

2016-02-01 14:09:39 +00:00
#trezor-common
2013-11-22 15:31:27 +00:00
Common files shared among TREZOR repositories.
This repo is meant to be included as submodule to others using:
2016-02-01 14:09:39 +00:00
```
2013-11-22 15:31:27 +00:00
git submodule add https://github.com/trezor/trezor-common.git trezor-common
2016-02-01 14:09:39 +00:00
```