diff --git a/samples/littlevgl/README.md b/samples/littlevgl/README.md index 3cf5145f..81db0886 100644 --- a/samples/littlevgl/README.md +++ b/samples/littlevgl/README.md @@ -57,7 +57,11 @@ Zephyr WASM VM and native extension method can be built into Zephyr, Then we can install wasm app into STM32.
- Build WASM VM into Zephyr system
a. clone zephyr source code
-`git clone https://github.com/zephyrproject-rtos/zephyr.git`
+Refer to Zephyr getting started.
+https://docs.zephyrproject.org/latest/getting_started/index.html
+`west init zephyrproject`
+`cd zephyrproject`
+`west update`
b. copy samples
`cd zephyr/samples/`
`cp -a samples/littlevgl/vgl-wasm-runtime vgl-wasm-runtime`