From 21d07ec99dd56780034e174d15c097e078f4891e Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 5 Mar 2018 13:08:42 +0100 Subject: [PATCH] docs: use make vendor to refresh submodules --- docs/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.md b/docs/build.md index 45cbfdf9..f7e10cdd 100644 --- a/docs/build.md +++ b/docs/build.md @@ -12,7 +12,7 @@ cd trezor-core If are building the already cloned the project, don't forget to use the following to refresh the submodules: ```sh -git submodule update --init --recursive +make vendor ``` ### Linux