1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 17:38:39 +00:00

Fixed docker build howto

This commit is contained in:
slush0 2014-06-22 19:29:16 +02:00
parent e9fd756daa
commit 62ac6593f8

4
README
View File

@ -5,9 +5,9 @@ http://bitcointrezor.com/
How to build Trezor firmware? How to build Trezor firmware?
============================= =============================
1. Install Docker (docker.com) 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 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. This generates trezor.bin in current directory and prints sha256 fingerprint on last line of build log.