mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 04:53:08 +00:00
Add instruction for missing deps. (#1265)
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
parent
0b0ca597ea
commit
5f7ee1b360
1 changed files with 9 additions and 0 deletions
|
@ -7,6 +7,13 @@
|
|||
Welcome to [Flipper Zero](https://flipperzero.one/)'s Firmware repo!
|
||||
Our goal is to create nice and clean code with good documentation, to make it a pleasure for everyone to work with.
|
||||
|
||||
# Clone the Repository
|
||||
|
||||
You should clone with
|
||||
```shell
|
||||
$ git clone --recursive https://github.com/flipperdevices/flipperzero-firmware.git
|
||||
```
|
||||
|
||||
# Update firmware
|
||||
|
||||
[Get Latest Firmware from Update Server](https://update.flipperzero.one/)
|
||||
|
@ -74,6 +81,8 @@ Check `dist/` for build outputs.
|
|||
|
||||
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
|
||||
|
||||
## macOS Prerequisites
|
||||
|
|
Loading…
Reference in a new issue