From c13b1d8af303d9be21d19ec57c3fb9c160b6ade1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=AFd?= <20957603+ayewo@users.noreply.github.com> Date: Thu, 15 Jan 2026 22:36:43 +0100 Subject: [PATCH] chore(docs): add missing prefix to brew command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 408a4c7..85d7de8 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,11 @@ winget install GitHub.Copilot.Prerelease Install with [Homebrew](https://formulae.brew.sh/cask/copilot-cli) (macOS and Linux): ```bash -brew install copilot-cli +brew install --cask copilot-cli ``` ```bash -brew install copilot-cli@prerelease +brew install --cask copilot-cli ``` Install with [npm](https://www.npmjs.com/package/@github/copilot) (macOS, Linux, and Windows):