Linux-arm installation
Can u explain how it's supposed to be ran on my raspberry pi?
I know this is well after you asked but figured I'd reply in case you were still interested or anyone else couldn't figure it out.
cd /path/to/folder/ && ./discord-image-downloader-go to run it manually
If you install a process manager like pm2, you can do cd /path/to/folder then pm2 start discord-image-downloader-go. Do pm2 save, then add @reboot pm2 resurrect to your crontab so it'll start on boot.
I know this is well after you asked but figured I'd reply in case you were still interested or anyone else couldn't figure it out.
cd /path/to/folder/ && ./discord-image-downloader-goto run it manuallyIf you install a process manager like pm2, you can go do
cd /path/to/folderthenpm2 start discord-image-downloader-go. Dopm2 save, then add@reboot pm2 resurrectto your crontab so it'll start on boot.
Thanks now i know that too