From 1d0026e4f5d7f17c29bf92927e0fe07db6de855c Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Thu, 19 Mar 2020 22:04:44 +0100 Subject: [PATCH] Tweak the submodule update command (#1364) --- docs/contributing-building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing-building.md b/docs/contributing-building.md index 688780aaa3..bb25ab9a7a 100644 --- a/docs/contributing-building.md +++ b/docs/contributing-building.md @@ -14,7 +14,7 @@ and most other crates in the repository, you have to ensure that those are initialized with this command: ```shell -git submodule init && git submodule update +git submodule update --init ``` ### The Rust Toolchain