From 2ca31476a84a49b471f5372760479c6354487638 Mon Sep 17 00:00:00 2001 From: Ryan Jarvis Date: Sun, 30 Apr 2017 20:40:30 -0700 Subject: [PATCH] Update OS X instructions --- Getting-Started.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Getting-Started.md b/Getting-Started.md index e81a209..1e2881e 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -133,10 +133,18 @@ Then, clone the repository to your local machine: > git clone https://github.com/micropython/micropython.git +Change directory to the git repo and fetch all the submodules: + +> git submodule update --init + Change directory to the Unix build directory: > cd micropython/unix +Make the dependencies: + +> make axtls + And then make the executable > make