Skip to content

Commit

Permalink
Assets: update compile steps for docker-compose (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
leeroywking authored Apr 28, 2022
1 parent 4526503 commit 7622102
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7622102

Please sign in to comment.