Files
swaybuild/README.md
2025-08-29 13:27:09 +02:00

14 lines
173 B
Markdown

# to build
```default
docker compose up --build
```
Then find the binaries in `./opt`.
# to troubleshoot
```default
docker compose run --entrypoint bash swayfxbuild
```