mirror of
https://codeberg.org/scip/swaybuild.git
synced 2025-12-18 04:51:03 +01:00
14 lines
173 B
Markdown
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
|
|
```
|