mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Update README: Include aarch64 windows and full build info (#700)
* Update README: Include aarch64 windows and full build info Co-authored-by: Félix Saparelli <felix@passcod.name>
This commit is contained in:
parent
13845a7ca2
commit
abb6874da3
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ We recommend using the pre-compiled ones because we optimize those more than a s
|
||||||
| macos | m1 | https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-aarch64-apple-darwin.zip |
|
| macos | m1 | https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-aarch64-apple-darwin.zip |
|
||||||
| macos | universal | https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-universal-apple-darwin.zip |
|
| macos | universal | https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-universal-apple-darwin.zip |
|
||||||
| windows | x86\_64 | https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-x86_64-pc-windows-msvc.zip |
|
| windows | x86\_64 | https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-x86_64-pc-windows-msvc.zip |
|
||||||
|
| windows | arm64 | https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-aarch64-pc-windows-msvc.zip |
|
||||||
|
|
||||||
|
We also provide pre-built artifacts with debuginfo for Linux and Mac.
|
||||||
|
These artifacts are suffixed with `.full.tgz` on Linux and `.full.zip` on Mac and Windows.
|
||||||
|
|
||||||
To upgrade cargo-binstall, use `cargo binstall cargo-binstall`!
|
To upgrade cargo-binstall, use `cargo binstall cargo-binstall`!
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue