From 209d45b313eb13e984978bfd47d261e8f2fa01c9 Mon Sep 17 00:00:00 2001 From: Kenny K Date: Sun, 3 Jul 2016 10:07:12 -0500 Subject: [PATCH] Submodules need to be pulled --- Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index d863767..444c16e 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -24,7 +24,7 @@ To install these packages, use the following command: Then, clone the repository to your local machine: -> git clone https://github.com/micropython/micropython.git +> git clone --recurse-submodules https://github.com/micropython/micropython.git Change directory to the Unix build directory: