]> git.ipfire.org Git - thirdparty/python-drafthorse.git/commitdiff
Add instructions on how to validate with Mustang
authorRaphael Michel <michel@rami.io>
Wed, 3 Aug 2022 12:42:51 +0000 (14:42 +0200)
committerRaphael Michel <michel@rami.io>
Wed, 3 Aug 2022 12:42:51 +0000 (14:42 +0200)
README.rst

index 50e00d1a99ac6178283817ab352a9fd0c9a92f21..4666ec513e033f08fcb67bce38a7984a3876b2b0 100644 (file)
@@ -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
 -------------------