From d85e051d5e18ab7d0b09f19f88b32c09ca81d08d Mon Sep 17 00:00:00 2001 From: nmrr Date: Sat, 7 Jan 2023 15:28:29 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa2fd16..d104946 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Assuming the toolchain is already installed, copy **flipper_random** directory t Plug your **Flipper Zero** and build the program : ``` -./fbt DEBUG=no LIB_DEBUG=no COMPACT=yes launch_app APPSRC=applications_user/flipper_random +./fbt launch_app APPSRC=applications_user/flipper_random ``` The program will automatically be launched after compilation :