From a1a0aa5d7a8f5229b458c51a7a2178352719f175 Mon Sep 17 00:00:00 2001 From: obrusvit Date: Fri, 1 Mar 2024 17:36:19 +0100 Subject: [PATCH] docs: hint usage of trezor-user-env [no changelog] --- docs/core/build/emulator.md | 3 +++ docs/core/emulator/index.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/core/build/emulator.md b/docs/core/build/emulator.md index dd0905a38..9b3c6c1f2 100644 --- a/docs/core/build/emulator.md +++ b/docs/core/build/emulator.md @@ -1,5 +1,8 @@ # Build instructions for Emulator (Unix port) +> :bulb: **Hint**: +Using emulator as described here is useful during firmware development. If you intend to use the emulator without modifying the firmware, you might be looking for [Trezor User Env](https://github.com/trezor/trezor-user-env/tree/master). + First clone, initialize submodules, install Poetry and enter the Poetry shell as defined [here](index.md). **Do not forget you need to be in a `poetry shell` environment!** diff --git a/docs/core/emulator/index.md b/docs/core/emulator/index.md index 7f3684503..106820dc7 100644 --- a/docs/core/emulator/index.md +++ b/docs/core/emulator/index.md @@ -1,5 +1,8 @@ # Emulator +> :bulb: **Hint**: +Using emulator as described here is useful during firmware development. If you intend to use the emulator without modifying the firmware, you might be looking for [Trezor User Env](https://github.com/trezor/trezor-user-env/tree/master). + Emulator is a unix version of Core firmware that runs on your computer. ![emulator](emulator.jpg)