xel86 / magnetfinder

Multi-threaded CLI torrent scraper for displaying searched for magnet links; tailored for use with plex & ssh.
GNU General Public License v3.0
63 stars 5 forks source link

Make installation easier by providing prebuilt binaries+ installation script #3

Open ducaale opened 3 years ago

ducaale commented 3 years ago

The binaries can be automatically built and published via a GitHub action whenever a new git tag is pushed to this repository. I also think it might be convenient to have a install.sh script that downloads the latest binary and places it in /usr/local/bin.

These files could be used as a reference if needed:

xel86 commented 3 years ago

I have been meaning to do this; I haven't messed with GitHub workflows before so I have been procrastinating it! Thank you for the references, they will probably prove helpful.