From cdaa3edfa61b1ce0b497269a56152f18909f1cf2 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Mon, 27 Mar 2023 18:21:27 +0200 Subject: [PATCH] Basic readme update --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21aadbc..9a83637 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ # scanclient-electron -electron packaged scanclient \ No newline at end of file +electron packaged scanclient + +## Package +> Automagicly discovers your os and selects the right packager + +``` +pnpm i +pnpm build +``` + +## Bundle as MSI +> You need to install the [WiX MSI Buildtools](https://wixtoolset.org/docs/wix3/) first + +``` +pnpm i +pnpm build:msi +``` \ No newline at end of file