Skip to content

Commit df27e78

Browse files
khippmaxdeviant
andauthored
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 <[email protected]>
1 parent 60044a5 commit df27e78

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,19 @@ Support for additional platforms is on our [roadmap](https://zed.dev/roadmap):
1414
- Windows ([tracking issue](https://github.com/zed-industries/zed/issues/5394))
1515
- Web ([tracking issue](https://github.com/zed-industries/zed/issues/5396))
1616

17-
For macOS users, you can also install Zed from Homebrew:
17+
For macOS users, you can also install Zed using [Homebrew](https://brew.sh/):
18+
1819
```sh
1920
brew install zed
2021
```
2122

23+
Alternatively, to install the Preview release:
24+
25+
```sh
26+
brew tap homebrew/cask-versions
27+
brew install zed-preview
28+
```
29+
2230
## Developing Zed
2331

2432
- [Building Zed for macOS](./docs/src/developing_zed__building_zed_macos.md)

0 commit comments

Comments
 (0)