GNMoseke / peregrine

Better swift testing from the command line
Mozilla Public License 2.0
4 stars 0 forks source link

Better install script #16

Open GNMoseke opened 2 months ago

GNMoseke commented 2 months ago

Shouldn't require cloning, should just download the latest binary and put it in ~/.local/bin (or other place provided by env var)

depends on #14

GNMoseke commented 2 months ago

Could do this in the future - for right now I don't want to vend the binaries and the repo is very small to clone (although I could shallow-clone depth 1 as part of the install script and add the associated wget copy-pasta)