Home

Awesome

gh-install

Install pre-built binaries from GitHub.

Build Status

Getting Started

Usage

Download the script for your platform:

And run it:

$ ./install.sh --git <org>/<repo>
# Or
PS install.ps1 -git <org>/<repo>

and the binary will be installed to $HOME/.cargo/bin unless --path is specified

Or use the Azure Pipeline template (example).

Creating compatible artifacts

The filename must be of the form <crate>-<tag>-<target>.<format>

All binaries in the root of the artifact will be copied to the --path.

For an Azure Pipelines example, see committed.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Thanks for japaric/trust for the original install.sh.