summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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