diff --git a/README.md b/README.md new file mode 100644 index 0000000..d47c94a --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +## Build command + +bun build ./acwatcher.js --compile --minify --bytcode --outfile acw + +## Build for a Raspberry PI + +bun build ./acwatcher.js --compile --smol --minify --bytcode --outfile acw + +## Notes + +UPX bun first then compile. Standard UPX is fine. --smol should only be used in memory constrained areas.