From abb6874da3f9b66d594bc4e309abea973deb3fea Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Fri, 13 Jan 2023 23:46:18 +1100 Subject: [PATCH] Update README: Include aarch64 windows and full build info (#700) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update README: Include aarch64 windows and full build info Co-authored-by: Félix Saparelli --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5bfff1f7..1084df5b 100644 --- a/README.md +++ b/README.md @@ -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 | 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 | 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`!