mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-11-28 02:45:45 +03:00
Update ReadMe.md
This commit is contained in:
parent
454e18252f
commit
488a2190c3
@ -7,6 +7,13 @@
|
|||||||
Welcome to [Flipper Zero](https://flipperzero.one/)'s Custom Firmware repo!
|
Welcome to [Flipper Zero](https://flipperzero.one/)'s Custom Firmware repo!
|
||||||
Our goal is to make any features possible in this device without any stupid limitations! Please help us realize emulation for all dynamic (rolling codes) protocols and brute-force app!
|
Our goal is to make any features possible in this device without any stupid limitations! Please help us realize emulation for all dynamic (rolling codes) protocols and brute-force app!
|
||||||
|
|
||||||
|
# Clone the Repository
|
||||||
|
|
||||||
|
You should clone with
|
||||||
|
```shell
|
||||||
|
$ git clone --recursive https://github.com/flipperdevices/flipperzero-firmware.git
|
||||||
|
```
|
||||||
|
|
||||||
# Update firmware
|
# Update firmware
|
||||||
|
|
||||||
[Get Latest Firmware from Update Server](https://github.com/Eng1n33r/flipperzero-firmware)
|
[Get Latest Firmware from Update Server](https://github.com/Eng1n33r/flipperzero-firmware)
|
||||||
@ -74,6 +81,8 @@ Check `dist/` for build outputs.
|
|||||||
|
|
||||||
Use **`flipper-z-{target}-full-{suffix}.dfu`** to flash your device.
|
Use **`flipper-z-{target}-full-{suffix}.dfu`** to flash your device.
|
||||||
|
|
||||||
|
If compilation fails, make sure all submodules are all initialized. Either clone with `--recursive` or use `git submodule update --init --recursive`.
|
||||||
|
|
||||||
# Build on Linux/macOS
|
# Build on Linux/macOS
|
||||||
|
|
||||||
## macOS Prerequisites
|
## macOS Prerequisites
|
||||||
|
Loading…
Reference in New Issue
Block a user