Browse Source

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

V3.0
Clayton Craft 3 years ago
parent
commit
45ea621702
No known key found for this signature in database
GPG Key ID: 4A4CED6D7EDF950A
  1. 4
      README.md

4
README.md

@ -12,10 +12,12 @@
1. Push a commit to trigger the build. 1. Push a commit to trigger the build.
2. Download the artifact. 2. Download the artifact.
## To build Firmware locally using Docker ## To build Firmware locally using a container
### First run ### First run
Note: Either Podman or Docker is required, Podman is preferred if both are present.
1. Execute `make all`. 1. Execute `make all`.
2. Check the `firmware` directory for the latest firmware build. 2. Check the `firmware` directory for the latest firmware build.

Loading…
Cancel
Save