Major platform binaries here
*nix binary
curl -L https://github.com/dnitsch/reststrategy/releases/latest/download/seeder-linux -o restseeder
MacOS binary
curl -L https://github.com/dnitsch/reststrategy/releases/latest/download/seeder-darwin -o restseeder
Windows
iwr -Uri "https://github.com/dnitsch/reststrategy/releases/latest/download/seeder-windows" -OutFile "restseeder"
chmod +x restseeder
sudo mv restseeder /usr/local/bin
On windows move to a directory which is added to the path (or something similar 🤷 )
Download specific version:
curl -L https://github.com/dnitsch/reststrategy/releases/download/v0.6.5-pre/seeder-`uname -s` -o restseeder