From 0c5372a02ea209ae1f6f88db492557b6a39de4be Mon Sep 17 00:00:00 2001 From: hexbabe Date: Thu, 30 Nov 2023 18:04:29 -0500 Subject: [PATCH] Add that Docker is required to build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 104cbfa..4bc921c 100644 --- a/README.md +++ b/README.md @@ -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