diff --git a/README.md b/README.md index 264a71e..3b0d617 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,10 @@ If there is multiple pages with the same barcode, the pages are saved into a fil **WARNING: Files already existing in the output directory will be overwritten!** ```./pss process [...]``` + + +### composer setup + +```composer global require kduma/pdf-scan-splitter-tool``` + +Tool will be available globally as `pss` command.