diff --git a/README.md b/README.md index 0fcecf5..44620ce 100644 --- a/README.md +++ b/README.md @@ -104,3 +104,8 @@ What you have to do is: ### Example ![alt text](https://i.imgur.com/1jUU1xn.png "Example of logs given by Krantor") +## Hacking + +* Initial setup: `go mod init gitlab.com/paulirish/krantor` +* Dependecy mgmt:`go mod tidy` +* Running: `PUTIO_TOKEN= PUTIO_WATCH_FOLDER= PUTIO_DOWNLOAD_FOLDER_ID= go run main.go` diff --git a/build-for-synology.sh b/build-for-synology.sh index 8bca35c..d5d2aae 100644 --- a/build-for-synology.sh +++ b/build-for-synology.sh @@ -2,6 +2,8 @@ set -eux +# Run to build a binary for Synology + # THANK YOU DUDE. https://www.afox.dev/posts/compiling-go-for-synology-nas # # brew install FiloSottile/musl-cross/musl-cross