From abe524daa7f621dbb37584b5e71f570d7d3f4dca Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <art1@andreas-romeyke.de>
Date: Fri, 29 Oct 2021 19:45:18 +0200
Subject: [PATCH] - added hints

---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.md b/README.md
index 5c9a6c2..2081874 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,18 @@ NOTE: The use of option `copy` is strongly recommended. The remaining options mo
    &rarr; Try an example command from below  
    `perl bin\slubsipbuilderbagit.pl`...
 
+### HINTs
+
+If you want a flatten script, so the lib-path is added, give the bash-script 'build_flat_perl_file.sh' a try. This script compiles the lib-path together with the bin/slubsipbuilderbagit.pl. Otherwise you must ensure to include the lib-path in your perl search paths (pE.: 'perl -I lib bin/slubsipbuilder.pl').
+
+If your script is errorneous, try to run it with:
+* `perl bin/slubsipbuilderbagit.pl --version`
+* `perl bin/slubsipbuilderbagit.pl --print_sip_version`
+
+and contact us.
+
+(if these calls fail use the `$VERSION`  from `SLUB::LZA::SIPBuilderBagIt` module)
+
 ## Development
 This guide will help you run (unreleased) development versions provided in this repository.  
 Please note, only release builds are supported and will have version or release date information.
-- 
GitLab