From 39f7fdd66b7b941bcd7441fe8323edf2992275f3 Mon Sep 17 00:00:00 2001 From: itamaker Date: Wed, 11 Mar 2026 20:05:13 +0800 Subject: [PATCH] docs: simplify install instructions --- README.md | 17 +++-------------- docs/README.zh.md | 17 +++-------------- 2 files changed, 6 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index bc9cea4..d1bb621 100644 --- a/README.md +++ b/README.md @@ -21,15 +21,13 @@ It helps enable Chrome AI-related features, including **Ask Gemini**, without re brew install --cask itamaker/tap/go-chrome-ai ``` -
-You can also install with the shell installer or download binaries from GitHub Releases. - -Shell installer for macOS and Linux: - ```bash curl -fsSL https://raw.githubusercontent.com/itamaker/go-chrome-ai/main/scripts/install.sh | sh ``` +
+You can also download binaries from GitHub Releases. + Current release archives: - macOS (Apple Silicon/arm64): `go-chrome-ai_1.0.5_darwin_arm64.tar.gz` @@ -44,15 +42,6 @@ The macOS archives include the GUI-capable binary. Linux and Windows releases sh
-The install script also accepts: - -```bash -# Install a specific release into a custom directory -curl -fsSL https://raw.githubusercontent.com/itamaker/go-chrome-ai/main/scripts/install.sh | VERSION=v1.0.5 INSTALL_DIR=$HOME/bin sh -``` - -Set `SKIP_PATH_SETUP=1` if you do not want the installer to edit your shell profile. - ### First Run Run: diff --git a/docs/README.zh.md b/docs/README.zh.md index 6be3186..5db58b4 100644 --- a/docs/README.zh.md +++ b/docs/README.zh.md @@ -19,15 +19,13 @@ brew install --cask itamaker/tap/go-chrome-ai ``` -
-也可以通过安装脚本或 GitHub Releases 获取二进制。 - -适用于 macOS 和 Linux 的安装脚本: - ```bash curl -fsSL https://raw.githubusercontent.com/itamaker/go-chrome-ai/main/scripts/install.sh | sh ``` +
+也可以通过 GitHub Releases 获取二进制。 + 当前发布包: - macOS(Apple Silicon/arm64):`go-chrome-ai_1.0.5_darwin_arm64.tar.gz` @@ -42,15 +40,6 @@ macOS 发布包包含 GUI 可执行能力;Linux 和 Windows 发布包默认提
-安装脚本也支持: - -```bash -# 安装指定版本,并放到自定义目录 -curl -fsSL https://raw.githubusercontent.com/itamaker/go-chrome-ai/main/scripts/install.sh | VERSION=v1.0.5 INSTALL_DIR=$HOME/bin sh -``` - -如果你不希望安装器修改 shell 配置文件,可设置 `SKIP_PATH_SETUP=1`。 - ### 首次运行 运行: