From 5b92680cfb232e5cb176db0c5f6912abc3d2e1cc Mon Sep 17 00:00:00 2001 From: Saleem Rashid Date: Mon, 18 Dec 2017 18:38:34 +0000 Subject: [PATCH] README: Use Markdown syntax for links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b84ad2..e574eeb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ https://trezor.io/ ## How to build TREZOR firmware? -1. Install Docker +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. Install Docker +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` (more info) +1. Install python-trezor: `pip install trezor` ([more info](https://github.com/trezor/python-trezor)) 2. `trezorctl firmware_update -f build/trezor-TAG.bin`