Update ReadMe.md

This commit is contained in:
ClaraCrazy
2022-12-22 02:18:39 +01:00
committed by GitHub
parent c45f89157c
commit 0b4174e166

View File

@@ -107,19 +107,19 @@ Note: This repo is always updated with OFW, Unleashed & Rogue. No need to mentio
<h2 align="center">Build it yourself:</h2>
```bash
$ To download the needed tools:
To download the needed tools:
$ git clone --recursive https://github.com/ClaraCrazy/Flipper-Xtreme.git
$ cd flipperzero-firmware-wPlugins/
$ cd Flipper-Xtreme/
$ To flash directly to the Flipper (Needs to be connected via USB, qFlipper closed)
% ./fbt flash_usb
To flash directly to the Flipper (Needs to be connected via USB, qFlipper closed)
$ ./fbt flash_usb
$ To just compile firmware
To just compile firmware
$ ./fbt updater_package
# If building FAPS:
If building FAPS:
$ ./fbt fap_dist
# If building image assets:
If building image assets:
$ ./fbt resources icons dolphin_ext
```