From df27e783aea7f77dbf5dbe8e8eb7175c606d7b38 Mon Sep 17 00:00:00 2001 From: Klaus Hipp Date: Thu, 14 Mar 2024 19:00:31 +0100 Subject: [PATCH] Update Homebrew installation instructions (#9356) This PR updates the README to include Homebrew installation instructions for the preview version and adds a link to the Homebrew homepage. Release Notes: - N/A --------- Co-authored-by: Marshall Bowers --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db6a0a2097..14562af515 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,19 @@ 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: +For macOS users, you can also install Zed using [Homebrew](https://brew.sh/): + ```sh brew install zed ``` +Alternatively, to install the Preview release: + +```sh +brew tap homebrew/cask-versions +brew install zed-preview +``` + ## Developing Zed - [Building Zed for macOS](./docs/src/developing_zed__building_zed_macos.md)