add proper readme

This commit is contained in:
2025-08-29 13:27:09 +02:00
parent 7ea88a4515
commit 24b3c914cf

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# to build
```default
docker compose up --build
```
Then find the binaries in `./opt`.
# to troubleshoot
```default
docker compose run --entrypoint bash swayfxbuild
```