From: Raphael Michel Date: Wed, 3 Aug 2022 12:42:51 +0000 (+0200) Subject: Add instructions on how to validate with Mustang X-Git-Tag: 2.2.0~1^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a88bcf02ab4b826a9a00b3c749a73d408e8b58ab;p=thirdparty%2Fpython-drafthorse.git Add instructions on how to validate with Mustang --- diff --git a/README.rst b/README.rst index 50e00d1..4666ec5 100644 --- a/README.rst +++ b/README.rst @@ -122,6 +122,14 @@ To automatically sort your Imports as required by CI:: pip install isort isort -rc . +To validate files using mustang:: + + git clone https://github.com/ZUGFeRD/mustangproject.git + cd mustangproject + git checkout core-2.5.1 + ./mvnw clean package + java -jar Mustang-CLI/target/Mustang-CLI-2.5.1-SNAPSHOT.jar --action validate --source invoice.pdf + Credits and License -------------------