From 01c8bcd042cea604849d98c7f5433ba619473113 Mon Sep 17 00:00:00 2001 From: Peter Wilhelmsson <2hdddg@gmail.com> Date: Mon, 15 Jan 2024 21:23:00 +0100 Subject: [PATCH] Updated instruction on how to build --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a652011..2e65464 100644 --- a/README.md +++ b/README.md @@ -85,5 +85,12 @@ The widgets will be rendered with time aligned to the left with the keyboard ren below as specified by the direction = "column". # How to build -TBD +See docker container matching your platform to build locally. The docker containers +have two purposes. One, build on pull requests and two, build locally for different +platforms. + +Supported docker builds: +* Ubuntu-22.04. Use build script build-ubuntu-22.04 in project root. +* ... +