From 78e3f6be4e461f8412ee2aba198cd1ac88f42ffa Mon Sep 17 00:00:00 2001 From: Krystian Duma Date: Wed, 30 Nov 2022 00:53:11 +0100 Subject: [PATCH] Composer in readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.