From 222b63e268a15ea6b1af679053eba0818bdc57bd Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Thu, 20 Jun 2024 20:09:04 +1000 Subject: [PATCH] Update README.md - Fix typo - Add link to homebrew Signed-off-by: Jiahao XU --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72dde8b4..c4abb998 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ 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 of you have homebrew installed: +or if you have [homebrew](https://brew.sh/) installed: ``` brew install cargo-binstall