Skip to content

Commit cc5f7ef

Browse files
authored
Add macOS Homebrew install instructions (#839)
1 parent 9642f7f commit cc5f7ef

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ Additional flags are `--dev`, to build directly from the main branch, and `--sys
3737
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/microsoft/edit/main/assets/install.sh | sh -s -- --dev --system
3838
```
3939

40+
### macOS
41+
42+
You can install the latest version with Homebrew:
43+
```sh
44+
brew install msedit
45+
```
46+
4047
## Build Instructions
4148

4249
* [Install Rust](https://www.rust-lang.org/tools/install)

0 commit comments

Comments
 (0)