From 0c1a3db87d62f2a47a55f0ddf2c8a261b53d70ff Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Thu, 11 Jul 2024 11:50:36 -0700 Subject: [PATCH] Update getting-started.md --- docs/src/getting-started.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/src/getting-started.md b/docs/src/getting-started.md index 662720ec00..228166c0fa 100644 --- a/docs/src/getting-started.md +++ b/docs/src/getting-started.md @@ -8,6 +8,18 @@ Welcome to Zed! We are excited to have you. Here is a jumping-off point to getti You can obtain the stable builds via the [download page](https://zed.dev/download). If you want to download our preview build, you can find it on its [releases page](https://zed.dev/releases/preview) After the first manual installation, Zed will periodically check for and install updates automatically for you. +You can also install Zed stable via Homebrew: + +```sh +brew install --cask zed +``` + +As well as Zed preview: + +```sh +brew install --cask zed@preview +``` + ### Linux For most people, the easiest way to install Zed is through our installation script: