From fa40e32b93fcba768cebd6029ffaf8efc684c5ae Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 6 Jun 2017 16:55:12 +0200 Subject: [PATCH] add instructions for correct checkout --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8bfedd97f4..c77d4541da 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,13 @@ This is the core of the upcoming TREZOR v2. ## Build instructions for emulator +Run the following to checkout the project: + +```sh +git clone --recursive https://github.com/trezor/trezor-core.git +cd trezor-core +``` + ### Linux #### Debian/Ubuntu