mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Add linux arm64 to readme
This commit is contained in:
parent
3a1d42fd6b
commit
c1fd2398f0
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@ linux armv7:
|
|||
wget https://github.com/ryankurte/cargo-binstall/releases/latest/download/cargo-binstall-armv7-unknown-linux-musleabihf.tgz
|
||||
```
|
||||
|
||||
linux arm64:
|
||||
```
|
||||
wget https://github.com/ryankurte/cargo-binstall/releases/latest/download/cargo-binstall-aarch64-unknown-linux-musleabihf.tgz
|
||||
```
|
||||
|
||||
macos x86_64:
|
||||
```
|
||||
wget https://github.com/ryankurte/cargo-binstall/releases/latest/download/cargo-binstall-x86_64-apple-darwin.zip
|
||||
|
|
Loading…
Add table
Reference in a new issue