ADDED A README
This commit is contained in:
parent
ccf2b60654
commit
ce8fff90e8
1 changed files with 11 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue