README: Use Markdown syntax for links

This commit is contained in:
Saleem Rashid 2017-12-18 18:38:34 +00:00 committed by Pavol Rusnak
parent becb31c4fc
commit 5b92680cfb
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ https://trezor.io/
## How to build TREZOR firmware?
1. <a href="https://docs.docker.com/engine/installation/">Install Docker</a>
1. [Install Docker](https://docs.docker.com/engine/installation/)
2. `git clone https://github.com/trezor/trezor-mcu.git`
3. `cd trezor-mcu`
4. `./build-firmware.sh TAG` (where TAG is v1.5.0 for example, if left blank the script builds latest commit in master branch)
@ -15,7 +15,7 @@ This creates file `build/trezor-TAG.bin` and prints its fingerprint and size at
## How to build TREZOR bootloader?
1. <a href="https://docs.docker.com/engine/installation/">Install Docker</a>
1. [Install Docker](https://docs.docker.com/engine/installation/)
2. `git clone https://github.com/trezor/trezor-mcu.git`
3. `cd trezor-mcu`
4. `./build-bootloader.sh TAG` (where TAG is bl1.3.2 for example, if left blank the script builds latest commit in master branch)
@ -34,5 +34,5 @@ Step 3 should produce the same sha256 fingerprint like your local build (for the
**WARNING: This will erase the recovery seed stored on the device! You should never do this on TREZOR that contains coins!**
1. Install python-trezor: `pip install trezor` (<a href="https://github.com/trezor/python-trezor">more info</a>)
1. Install python-trezor: `pip install trezor` ([more info](https://github.com/trezor/python-trezor))
2. `trezorctl firmware_update -f build/trezor-TAG.bin`