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:
Jiahao XU 2024-06-20 20:12:26 +10:00 committed by GitHub
parent 77565d8e40
commit 1b21c1d468
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
```