diff --git a/README.md b/README.md index 73c337d8c95..b62a023e5d4 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,13 @@ Additional flags are `--dev`, to build directly from the main branch, and `--sys curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/microsoft/edit/main/assets/install.sh | sh -s -- --dev --system ``` +### macOS + +You can install the latest version with Homebrew: +```sh +brew install msedit +``` + ## Build Instructions * [Install Rust](https://www.rust-lang.org/tools/install)