Add that Docker is required to build

This commit is contained in:
hexbabe
2023-11-30 18:04:29 -05:00
parent 85662fd6c3
commit 0c5372a02e

View File

@@ -15,7 +15,7 @@ TODO: add example config after the module is on the registry
## Quick tour of this repo
- `packaging/`: the directory containing the Dockerfile that configures the Docker image to run the builder in, the AppImageBuilder.yml config file, and the icon
- `packaging/`: the directory containing the Dockerfile that configures the Docker image to run the builder in, the AppImageBuilder.yml config file, and the icon. You must have Docker installed before running the build.
- `src/`: Python module code for the Viam module
- `Makefile`: `make` commands to build the module in different ways
- `meta.json`: the metadata config file used when uploading/updating module info on the registry