diff --git a/README.md b/README.md index 2b11ee7..f53f598 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,6 @@ Restore previous functionality: - Add ability to make coinflip with options to replace heads/tails Add statistics tracking + +## Building standalone +Instructions for myself on how to build this for an Alpine Linux container: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build bunnybot.go commands.go images.go auth.go diff --git a/bunnybot b/bunnybot new file mode 100755 index 0000000..bfac82d Binary files /dev/null and b/bunnybot differ