From 6c2b1767ba2d53835fac6e748f75af2c70ceb43c Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Thu, 20 Jul 2023 02:42:07 +0100 Subject: [PATCH] Update build instructions in readme --- ReadMe.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index e09590f11..1722a2d70 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -192,20 +192,17 @@ There are 3 methods to install Xtreme, we recommend you use the **Web Updater**, ```bash To download the needed tools: -$ git clone --recursive https://github.com/Flipper-XFW/Xtreme-Firmware.git -$ cd Flipper-Xtreme/ +$ git clone --recursive --jobs 8 https://github.com/Flipper-XFW/Xtreme-Firmware.git +$ cd Xtreme-Firmware/ To flash directly to the Flipper (Needs to be connected via USB, qFlipper closed) -$ ./fbt flash_usb +$ ./fbt flash_usb_full -To just compile firmware +To compile a TGZ package $ ./fbt updater_package -If building FAPS: -$ ./fbt fap_dist - -If building image assets: -$ ./fbt resources icons dolphin_ext +To build and launch a single app: +$ ./fbt launch APPSRC=some_appid ``` ----