Files
swaybuild/README.md

14 lines
173 B
Markdown
Raw Normal View History

2025-08-29 13:27:09 +02:00
# to build
```default
docker compose up --build
```
Then find the binaries in `./opt`.
# to troubleshoot
```default
docker compose run --entrypoint bash swayfxbuild
```