mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-26 14:30:25 +00:00
Assets: update compile steps for docker-compose (#1181)
https://github.com/flipperdevices/flipperzero-firmware/issues/1176
This commit is contained in:
parent
4526503d81
commit
76221021ec
1 changed files with 7 additions and 0 deletions
|
@ -10,6 +10,13 @@
|
|||
make all
|
||||
```
|
||||
|
||||
# Compiling with Docker-Compose
|
||||
|
||||
```bash
|
||||
docker-compose exec dev make -C assets clean
|
||||
docker-compose exec dev make -C assets all
|
||||
```
|
||||
|
||||
# Asset naming rules
|
||||
|
||||
## Images and Animations
|
||||
|
|
Loading…
Reference in a new issue