From ed9169c56dc1f34b1f021457b78c9f3eccba13cf Mon Sep 17 00:00:00 2001 From: Alexander Salas Bastidas Date: Sun, 24 Oct 2021 01:47:24 +0200 Subject: [PATCH] docs(rlottie): fix typo in commands --- docs/libs/rlottie.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/libs/rlottie.md b/docs/libs/rlottie.md index fba8ad76a..a8e493834 100644 --- a/docs/libs/rlottie.md +++ b/docs/libs/rlottie.md @@ -17,11 +17,11 @@ To build on desktop you can follow the instrutions from Rlottie's [README](https mkdir rlottie_workdir cd rlottie_workdir git clone https://github.com/Samsung/rlottie.git -mkdir build > +mkdir build cd build cmake ../rlottie make -j -make install +sudo make install ``` And finally add the `-lrlottie` flag to your linker. @@ -83,4 +83,4 @@ You can also create your own animations with Adobe After Effects or similar soft ```eval_rst .. doxygenfile:: lv_rlottie.h - :project: lvgl \ No newline at end of file + :project: lvgl