From ce8fff90e8697edae50c358143b297b68c2a262b Mon Sep 17 00:00:00 2001 From: kake26 Date: Thu, 12 Jun 2025 23:47:44 -0500 Subject: [PATCH] ADDED A README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md 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.