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

13 lines
434 B
Markdown
Raw Normal View History

2017-04-13 19:58:29 +00:00
# trezor-common
2017-11-14 01:18:28 +00:00
[![Build Status](https://travis-ci.org/trezor/trezor-common.svg?branch=master)](https://travis-ci.org/trezor/trezor-common)
[![Gitter](https://badges.gitter.im/trezor/community.svg)](https://gitter.im/trezor/community)
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
```