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

fix(docs): fix typo in trezord binary name

This commit is contained in:
Tomas Susanka 2021-03-17 15:02:52 +01:00
parent 6de20a7dcd
commit d4f6b5fc48

View File

@ -14,7 +14,7 @@ Emulator significantly speeds up development and has several features to help yo
2. run `emu.py` inside the poetry environment: 2. run `emu.py` inside the poetry environment:
- either enter `poetry shell` first, and then use `./emu.py` - either enter `poetry shell` first, and then use `./emu.py`
- or always use `poetry run ./emu.py` - or always use `poetry run ./emu.py`
3. to use [bridge](https://github.com/trezor/trezord-go) with the emulator support, start it with `trezord -e 21324` 3. to use [bridge](https://github.com/trezor/trezord-go) with the emulator support, start it with `trezord-go -e 21324`
Now you can use the emulator the same way as you use the device, for example you can visit our Wallet (https://wallet.trezor.io), use our Python CLI tool (`trezorctl`) etc. Simply click to emulate screen touches. Now you can use the emulator the same way as you use the device, for example you can visit our Wallet (https://wallet.trezor.io), use our Python CLI tool (`trezorctl`) etc. Simply click to emulate screen touches.