summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinhold Gschweicher <pyro4hell@gmail.com>2022-05-14 20:39:31 +0200
committerRiku Isokoski <riksu9000@gmail.com>2022-05-16 11:59:44 +0300
commit324927f2b7bfa67415d0dddbc6bd0a36a7147b80 (patch)
treef806a1ef3d7d5e4f937f1346eb95876743648924 /doc
parentdb0f909b461a6f2b706262cb4c2bae72007dc3f9 (diff)
update build stop, lv_font_conv not required globally installed
Diffstat (limited to 'doc')
-rw-r--r--doc/buildAndProgram.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/buildAndProgram.md b/doc/buildAndProgram.md
index 42c98dfb..4d102f2f 100644
--- a/doc/buildAndProgram.md
+++ b/doc/buildAndProgram.md
@@ -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