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