aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-02-21 05:02:39 +0100
committerGitHub <[email protected]>2022-02-21 05:02:39 +0100
commitb9cea77ef4ebdf555e244859ce1f39dc86626fc0 (patch)
tree8fbcf406073ed13c878524cd9acd80391ceb1476 /docs
parent59f909e66533097b56093ec55fdd1341dbff6744 (diff)
Update getting_started.adoc
Diffstat (limited to 'docs')
-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: