From ed8dd55b4192ec59b6df3135e5cd1bdba66877d5 Mon Sep 17 00:00:00 2001 From: sidey79 <7968127+sidey79@users.noreply.github.com> Date: Tue, 9 Jul 2024 22:41:35 +0200 Subject: [PATCH] docs[README]: Added instruction to find 3rd party repos --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d35e2b3..eab320a 100644 --- a/README.md +++ b/README.md @@ -497,4 +497,16 @@ To run the test, build the image with the specific target: Then this image, can be used to start a new container and running bats inside the container. docker run -it --rm -v "${PWD}/src/tests/bats:/code" fhemdocker:test . +## A needed perl module is missing + +If you are running a 3rd party module, advice the maintainer to this description: + + During docker build, repositorys are searched by topics and content in the readme.md file. + If the build finds your repository, it will check automatically, what perl modules are needed. + Modules wich are found will be installed via cpan in the resulting docker image. + This allows users of the docker image to use your module. + + Add the topic 'fhem' and 'perl' and provide an instruction in your readme.md with + instruction how to use update add / update all to install your module. +