From 0858e3f0e23b6218bb65b1a56513dda85d927ffc Mon Sep 17 00:00:00 2001 From: Klaus Hipp Date: Wed, 1 May 2024 20:51:11 +0200 Subject: [PATCH] Update Preview release installation instructions (#11263) This PR updates the Homebrew installation instructions for the Preview release, which has been migrated to ```homebrew/cask``` as ```zed@preview``` (see [Commit](https://github.com/Homebrew/homebrew-cask/commit/bad25d79e13ca41b492c976ef70b72117c402d20)). Release Notes: - N/A --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c17a950fd..0951616afe 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,7 @@ brew install --cask zed Alternatively, to install the Preview release: ```sh -brew tap homebrew/cask-versions -brew install zed-preview +brew install --cask zed@preview ``` ## Developing Zed