discord-image-downloader-go icon indicating copy to clipboard operation
discord-image-downloader-go copied to clipboard

Linux-arm installation

Open rayplayzinf opened this issue 5 years ago • 2 comments

Can u explain how it's supposed to be ran on my raspberry pi?

rayplayzinf avatar Sep 02 '20 16:09 rayplayzinf

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.

get-got avatar Nov 27 '20 09:11 get-got

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 go 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.

Thanks now i know that too

dragonGRaf avatar Nov 27 '20 09:11 dragonGRaf