1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-07 02:36:06 +00:00

docs: minor fix of build emu

[no changelog]
This commit is contained in:
obrusvit 2024-04-08 13:30:47 +02:00 committed by Vít Obrusník
parent ad848eefc5
commit a47ae5da1a
2 changed files with 3 additions and 2 deletions

View File

@ -78,7 +78,8 @@ requires libclang for generating MicroPython FFI.
Run the build with:
```sh
make build_unix
make build_unix # default
make build_unix TREZOR_MODEL=R # different model
```
## Run