1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-31 18:40:56 +00:00

docs: fix typo

This commit is contained in:
Pavol Rusnak 2019-12-15 08:49:15 +00:00
parent a9e5149b95
commit bd707a31b8
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -6,7 +6,7 @@ Ensure that you have Docker installed. You can follow [Docker's installation ins
Clone this repository, then use `build-docker.sh` to build all images:
```sh
git clone https://github.com/trezor/trezor-firmware.git`
git clone https://github.com/trezor/trezor-firmware.git
cd trezor-firmware
./build-docker.sh
```