Files
swaybuild/README.md
2025-11-05 20:20:05 +01:00

19 lines
317 B
Markdown

> [!IMPORTANT]
> This software is now being maintained on [Codeberg](https://codeberg.org/scip/swaybuild/).
# my personal sway docker builder
# to build
```default
docker compose up --build
```
Then find the binaries in `./opt`.
# to troubleshoot
```default
docker compose run --entrypoint bash swayfxbuild
```