From 1b21c1d468ae6b3fbc797d2abcbeaf8dd8783362 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Thu, 20 Jun 2024 20:12:26 +1000 Subject: [PATCH] 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 * Update README.md - Fix typo - Add link to homebrew Signed-off-by: Jiahao XU --------- Signed-off-by: Jiahao XU --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fb4f05b8..c4abb998 100644 --- a/README.md +++ b/README.md @@ -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 ```