From 28f875f5f9712c7a7943263a72c2131a241fda1b Mon Sep 17 00:00:00 2001 From: Zongle Wang Date: Wed, 31 Jan 2024 10:47:30 +0800 Subject: [PATCH] Note installation step via Homebrew (#7053) https://formulae.brew.sh/cask/zed --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b2c1f43797..ba3f3d7d66 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ Support for additional platforms is on our [roadmap](https://zed.dev/roadmap): - Windows ([tracking issue](https://github.com/zed-industries/zed/issues/5394)) - Web ([tracking issue](https://github.com/zed-industries/zed/issues/5396)) +For macOS users, you can also install Zed from Homebrew: +```sh +brew install zed +``` + ## Developing Zed - [Building Zed](./docs/src/developing_zed__building_zed.md)