fix last commit

This commit is contained in:
Pavol Rusnak 2015-04-28 21:20:51 +02:00
parent ae5bd43702
commit b56cf9246b
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ How to build Trezor firmware?
3. ``cd trezor-mcu``
4. ``./firmware-docker-build.sh TAG`` (where TAG is v1.3.2 for example, if left blank the script builds latest commit)
This creates trezor.bin in current directory and prints its fingerprint at the last line of the build log.
This creates file ``output/trezor-TAG.bin`` and prints its fingerprint at the last line of the build log.
How to get fingerprint of firmware signed and distributed by SatoshiLabs?
-------------------------------------------------------------------------

View File

@ -11,7 +11,7 @@ docker run -t -v $(pwd)/output:/output $IMAGETAG /bin/sh -c "\
make && \
cd firmware && \
make && \
cp trezor.bin /output/trezor-$FIRMWARETAG.bin"
cp trezor.bin /output/trezor-$FIRMWARETAG.bin"
echo "---------------------"
echo "Firmware fingerprint:"