From 45ea621702839246bc28250174dc8e0b551cbc96 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Tue, 25 Oct 2022 11:39:51 -0700 Subject: [PATCH] readme: include note about requiring podman or docker for local build --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2878b5230..258694ef11 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,12 @@ 1. Push a commit to trigger the build. 2. Download the artifact. -## To build Firmware locally using Docker +## To build Firmware locally using a container ### First run +Note: Either Podman or Docker is required, Podman is preferred if both are present. + 1. Execute `make all`. 2. Check the `firmware` directory for the latest firmware build.