From e18f5e5f0638b9099053940d5bf0575c56b35079 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 23 Sep 2022 14:24:39 -0700 Subject: [PATCH] add note on building --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bba4219..af66b98 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ polyfilling missing features across platforms, but pre-existing software still takes a lot of tweaking to before becoming fully functional. +## building + +on most Linux distros with podman properly installed and configured, +it should suffice to run ./build-all in the root of the repository. +binaries are output to the `out` directory upon success. + ## notes ### Docker