ADDED A README

This commit is contained in:
kake26 2025-06-12 23:47:44 -05:00
parent ccf2b60654
commit ce8fff90e8
Signed by: kake26
GPG key ID: E0A989B571D1F99F

11
README.md Normal file
View file

@ -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.