From 24b3c914cfaeccad21dbc7fc60b0ec8ae8d5eb3e Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Fri, 29 Aug 2025 13:27:09 +0200 Subject: [PATCH] add proper readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bfb47d3 --- /dev/null +++ b/README.md @@ -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 +```