From 15758c10bf0c860102c717b3d165d9e7615d0dcd Mon Sep 17 00:00:00 2001 From: Tatsuya Kyushima <49891479+kyu08@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:12:23 +0900 Subject: [PATCH] docs: Fix installation command via Homebrew (#10416) When I installed zed by running `brew install zed` following `README.md`, [brimdata/zed](https://github.com/brimdata/zed) was installed. By running `brew install --cask zed`, zed was installed properly. It seems like `--cask` option is needed. ### Environments: - OS: - macOS 13.4 - Homebrew version: ```sh Homebrew 4.2.17-40-gef1c54e Homebrew/homebrew-core (git revision 0f61f2950ec; last commit 2024-04-03) Homebrew/homebrew-cask (git revision 40c0a17ee0; last commit 2024-04-03) ``` Release Notes: - N/A --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14562af515..de08bee29a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Support for additional platforms is on our [roadmap](https://zed.dev/roadmap): For macOS users, you can also install Zed using [Homebrew](https://brew.sh/): ```sh -brew install zed +brew install --cask zed ``` Alternatively, to install the Preview release: