update build stop, lv_font_conv not required globally installed

This commit is contained in:
Reinhold Gschweicher 2022-05-14 20:39:31 +02:00 committed by Riku Isokoski
parent db0f909b46
commit 324927f2b7

View file

@ -15,8 +15,7 @@ To build this project, you'll need:
- lv_font_conv, to generate the font .c files
- see [lv_font_conv](https://github.com/lvgl/lv_font_conv#install-the-script)
- install npm (commonly done via the package manager)
- install lv_font_conv: `npm i lv_font_conv -g`
- if installed non-globally, make sure `lv_font_conv` is in the PATH
- install lv_font_conv: `npm install lv_font_conv`
## Build steps
### Clone the repo