From 81d0995e630ac31614a346013e3d7a8eb5641977 Mon Sep 17 00:00:00 2001 From: harksin Date: Sun, 31 May 2020 16:08:14 +0200 Subject: [PATCH] :pencil: improve demo documentation --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97d7255..de53550 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,13 @@ That is required, so we can safely provide Rust pointers through FFI. For that r [This project contains examples that can run in a desktop simulator.](./examples) -To run the `demo` example: +First of all you will have to pull lvgl submodule : +```shell +$ git submodule init +$ git submodule update +``` + +Then run the `demo` example: ```shell $ DEP_LV_CONFIG_PATH=`pwd`/examples/include cargo run --example demo -- 2.34.1