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
@ -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 New Issue
Block a user