add more info to readme

This commit is contained in:
Pavol Rusnak 2016-10-07 14:41:21 +02:00
parent 3e8b025cbd
commit 313b5f92e8
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,11 @@
[![Build Status](https://travis-ci.org/trezor/trezor-core.svg?branch=master)](https://travis-ci.org/trezor/trezor-core) [![gitter](https://badges.gitter.im/trezor/community.svg)](https://gitter.im/trezor/community)
This is the core of the upcoming TREZOR v2. It consists of several parts:
* patched version of [MicroPython](https://github.com/micropython/micropython) - in `vendor/micropython`
* application logic - in `src`
* [Documentation](docs/)
##Build instructions for emulator
@ -46,7 +51,7 @@ Not supported yet ...
###Linux
For flashing firmware to blank device (without bootloader) by ```make flash```, please install https://github.com/texane/stlink
For flashing firmware to blank device (without bootloader) by `make flash`, please install [stlink](https://github.com/texane/stlink)
####Debian/Ubuntu