Skip to content

Commit

Permalink
restore hacking tips in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Oct 22, 2023
1 parent 1c2b848 commit 151d1f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<token> PUTIO_WATCH_FOLDER=<localpath> PUTIO_DOWNLOAD_FOLDER_ID=<folderid> go run main.go`
2 changes: 2 additions & 0 deletions build-for-synology.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 151d1f0

Please sign in to comment.