From 690c168a522dd2e5ed1b13d640ed71c09945f583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20M=C3=BCllner?= <54885921+tto11y@users.noreply.github.com> Date: Fri, 8 May 2026 13:09:48 +0200 Subject: [PATCH] Update Homebrew installation commands for copilot-cli https://formulae.brew.sh/cask/copilot-cli https://formulae.brew.sh/cask/copilot-cli@prerelease --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 347cf2dc..4dae11f7 100644 --- a/README.md +++ b/README.md @@ -66,11 +66,11 @@ curl -fsSL https://gh.io/copilot-install | VERSION="v0.0.369" PREFIX="$HOME/cust 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@prerelease ```