From 9fa4ac2c1340dccbac75067b0b8cf806d8720e21 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 31 May 2018 13:11:36 +0200 Subject: [PATCH] docs: add emulator page --- README.md | 1 + docs/emulator.md | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 docs/emulator.md 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`