diff --git a/README.md b/README.md index fb4f05b8..72dde8b4 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 of you have homebrew installed: + +``` +brew install cargo-binstall +``` + #### Windows ```