summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorClayton Craft <clayton@craftyguy.net>2022-10-25 11:39:51 -0700
committerClayton Craft <clayton@craftyguy.net>2022-10-25 11:44:54 -0700
commit45ea621702839246bc28250174dc8e0b551cbc96 (patch)
treea53872bef742fc83aa29b3ee026bdc985cd3a2e2 /README.md
parent6ce32f01d4279b3a0e71bef444d741c12575ba80 (diff)
readme: include note about requiring podman or docker for local build
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index c2878b5..258694e 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.