Skip to content

Commit

Permalink
docs[README]: Added instruction to find 3rd party repos
Browse files Browse the repository at this point in the history
  • Loading branch information
sidey79 committed Jul 10, 2024
1 parent c6a3b03 commit ed8dd55
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit ed8dd55

Please sign in to comment.