diff --git a/README.md b/README.md
index 2b84ad2b5f..e574eeb326 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`