From 7fe0d466e7dc6053e6a1656775ba5d8cfff82d9f Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Tue, 19 Sep 2017 10:13:57 +0200 Subject: [PATCH] Fix unix port directory --- Getting-Started.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Getting-Started.md b/Getting-Started.md index 1e2881e..1ff0e28 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -28,7 +28,7 @@ Then, clone the repository to your local machine: Change directory to the Unix build directory: -> cd ./micropython/unix +> cd ./micropython/ports/unix And then make the executable @@ -54,7 +54,7 @@ Clone the git repository to your local machine: Change directory to the Unix build directory: -> cd ./micropython/unix +> cd ./micropython/ports/unix Edit main.c, replacing "malloc.h" with "stdlib.h", then: @@ -76,7 +76,7 @@ Clone the git repository to your local machine: Change directory to the Unix build directory: -> cd ./micropython/unix +> cd ./micropython/ports/unix And then make the executable @@ -106,7 +106,7 @@ Then, clone the repository to your local machine: Change directory to the Unix build directory: -> cd micropython/unix +> cd micropython/ports/unix And then make the executable @@ -139,7 +139,7 @@ Change directory to the git repo and fetch all the submodules: Change directory to the Unix build directory: -> cd micropython/unix +> cd micropython/ports/unix Make the dependencies: