From c1498668b62b5b02b9dc5303954d3c8c40ec7e85 Mon Sep 17 00:00:00 2001 From: Vincent Mac Date: Thu, 28 Aug 2025 02:56:01 -0700 Subject: [PATCH] ISSUE 232/345 Add install directions for homebrew (#474) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1a2ab75d..8dab8d2f 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,12 @@ npm install npm install -g . ``` +### Install globally with Homebrew (macOS/Linux) + +```bash +brew install qwen-code +``` + ## Quick Start ```bash