From b9cea77ef4ebdf555e244859ce1f39dc86626fc0 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Mon, 21 Feb 2022 05:02:39 +0100 Subject: [PATCH] Update getting_started.adoc --- docs/modules/ROOT/pages/getting_started.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/ROOT/pages/getting_started.adoc b/docs/modules/ROOT/pages/getting_started.adoc index 760fe8601..23102b3b5 100644 --- a/docs/modules/ROOT/pages/getting_started.adoc +++ b/docs/modules/ROOT/pages/getting_started.adoc @@ -38,6 +38,7 @@ First you need to clone the [github repository]; ---- git clone https://github.com/embassy-rs/embassy.git cd embassy +git submodule update --init ---- You can run an example by opening a terminal and entering the following commands: