readme: include note about requiring podman or docker for local build

This commit is contained in:
Clayton Craft
2022-10-25 11:39:51 -07:00
parent 6ce32f01d4
commit 45ea621702
+3 -1
View File
@@ -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.