aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT/pages
diff options
context:
space:
mode:
Diffstat (limited to 'docs/modules/ROOT/pages')
-rw-r--r--docs/modules/ROOT/pages/getting_started.adoc1
1 files changed, 1 insertions, 0 deletions
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];
38---- 38----
39git clone https://github.com/embassy-rs/embassy.git 39git clone https://github.com/embassy-rs/embassy.git
40cd embassy 40cd embassy
41git submodule update --init
41---- 42----
42 43
43You can run an example by opening a terminal and entering the following commands: 44You can run an example by opening a terminal and entering the following commands: