mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Default to musl builds on the readme
This commit is contained in:
parent
832c51f025
commit
3a1d42fd6b
1 changed files with 3 additions and 3 deletions
|
@ -7,14 +7,14 @@ To support `binstall` maintainers must add configuration values to `Cargo.toml`
|
|||
|
||||
To get started _using_ `cargo-binstall`, first install the binary (either via `cargo install cargo-binstall` or by downloading a pre-compiled [release](https://github.com/ryankurte/cargo-binstall/releases).
|
||||
|
||||
linux x86_64:
|
||||
linux x86\_64:
|
||||
```
|
||||
wget https://github.com/ryankurte/cargo-binstall/releases/latest/download/cargo-binstall-x86_64-unknown-linux-gnu.tgz
|
||||
wget https://github.com/ryankurte/cargo-binstall/releases/latest/download/cargo-binstall-x86_64-unknown-linux-musl.tgz
|
||||
```
|
||||
|
||||
linux armv7:
|
||||
```
|
||||
wget https://github.com/ryankurte/cargo-binstall/releases/latest/download/cargo-binstall-armv7-unknown-linux-gnueabihf.tgz
|
||||
wget https://github.com/ryankurte/cargo-binstall/releases/latest/download/cargo-binstall-armv7-unknown-linux-musleabihf.tgz
|
||||
```
|
||||
|
||||
macos x86_64:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue