Fixed docker build howto

This commit is contained in:
slush0 2014-06-22 19:29:16 +02:00
parent e9fd756daa
commit 62ac6593f8
1 changed files with 2 additions and 2 deletions

4
README
View File

@ -5,9 +5,9 @@ http://bitcointrezor.com/
How to build Trezor firmware?
=============================
1. Install Docker (docker.com)
2. git clone git@github.com:trezor/trezor-mcu.git
2. git clone https://github.com/trezor/trezor-mcu.git
3. cd trezor-mcu
4. ./firmware-docker-build.sh
4. sudo ./firmware-docker-build.sh (sudo may be needed on some distros because of Docker)
This generates trezor.bin in current directory and prints sha256 fingerprint on last line of build log.