flipper_cyrillic_example/README.md

21 lines
327 B
Markdown

## 🧰 Build
1. Clone Flipper Zero firmware.
```sh
git clone --depth 1 --branch 0.82.3 https://github.com/flipperdevices/flipperzero-firmware.git
```
2. Copy this repo to firmware sources directory.
```sh
cd /path/to/flipperzero-firmware
ln -s /path/to/cyr_fap .
```
3. Build application
```sh
./fbt fap_cyr_example
```