diff --git a/README.md b/README.md index 2066c96a4..810bc63e6 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ It runs both inside of the device and also in the TREZOR Emulator. * [API](docs/api.md) * [Build instructions](docs/build.md) +* [Emulator](docs/emulator.md) * [Testing](docs/testing.md) * [Bootloader](docs/bootloader.md) * [Hardware](docs/hardware.md) diff --git a/docs/emulator.md b/docs/emulator.md new file mode 100644 index 000000000..664ba0d71 --- /dev/null +++ b/docs/emulator.md @@ -0,0 +1,7 @@ +# Emulator + +![emulator](emulator.jpg) + +1. [build](docs/build.md) the emulator +2. run `emu.sh` +3. to use [bridge](https://github.com/trezor/trezord-go) with the emulator support, start it with `trezord -e 21324`