mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 13:38:43 +00:00
Include instruction to install using homebrew (#1793)
* Include instruction to install using homebrew cargo-binstall is now in homebrew-core, so update our REAMDE to reflect that! Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Update README.md - Fix typo - Add link to homebrew Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> --------- Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
77565d8e40
commit
1b21c1d468
1 changed files with 6 additions and 0 deletions
|
@ -46,6 +46,12 @@ Here are one-liners for downloading and installing a pre-compiled `cargo-binstal
|
|||
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
|
||||
```
|
||||
|
||||
or if you have [homebrew](https://brew.sh/) installed:
|
||||
|
||||
```
|
||||
brew install cargo-binstall
|
||||
```
|
||||
|
||||
#### Windows
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue