From 13e73bf36af75e734f1209b9b6e30f3632f06e24 Mon Sep 17 00:00:00 2001 From: Rob Reilink Date: Sun, 10 Mar 2019 17:11:08 +0100 Subject: [PATCH] Fixed errors in Build instructions in README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 70bcb47af..4c5c7f652 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,11 @@ See also [Micropython + LittlevGL](https://blog.littlevgl.com/2019-02-20/micropy ## Build Instructions -1. `sudo apt-get install build-essential libreadline-dev libffi-dev git pkg-config libsdl2-2.0-0 libsdl2-dev` -2. `git clone --recurse-submodules https://github.com/kisvegabor/lv_mpy.git` -3. `make -C ports/unix/` -6. `./ports/unix/micropython` +1. `sudo apt-get install build-essential libreadline-dev libffi-dev git pkg-config libsdl2-2.0-0 libsdl2-dev python` +2. `git clone --recurse-submodules https://github.com/littlevgl/lv_micropython.git` +3. `cd lv_micropython` +4. `make -C ports/unix/` +5. `./ports/unix/micropython` ### For ESP32 port