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