Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@ It helps enable Chrome AI-related features, including **Ask Gemini**, without re
brew install --cask itamaker/tap/go-chrome-ai
```

<details>
<summary>You can also install with the shell installer or download binaries from <a href="https://github.com/itamaker/go-chrome-ai/releases">GitHub Releases</a>.</summary>

Shell installer for macOS and Linux:

```bash
curl -fsSL https://raw.githubusercontent.com/itamaker/go-chrome-ai/main/scripts/install.sh | sh
```

<details>
<summary>You can also download binaries from <a href="https://github.com/itamaker/go-chrome-ai/releases">GitHub Releases</a>.</summary>

Current release archives:

- macOS (Apple Silicon/arm64): `go-chrome-ai_1.0.5_darwin_arm64.tar.gz`
Expand All @@ -44,15 +42,6 @@ The macOS archives include the GUI-capable binary. Linux and Windows releases sh

</details>

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:
Expand Down
17 changes: 3 additions & 14 deletions docs/README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@
brew install --cask itamaker/tap/go-chrome-ai
```

<details>
<summary>也可以通过安装脚本或 <a href="https://github.com/itamaker/go-chrome-ai/releases">GitHub Releases</a> 获取二进制。</summary>

适用于 macOS 和 Linux 的安装脚本:

```bash
curl -fsSL https://raw.githubusercontent.com/itamaker/go-chrome-ai/main/scripts/install.sh | sh
```

<details>
<summary>也可以通过 <a href="https://github.com/itamaker/go-chrome-ai/releases">GitHub Releases</a> 获取二进制。</summary>

当前发布包:

- macOS(Apple Silicon/arm64):`go-chrome-ai_1.0.5_darwin_arm64.tar.gz`
Expand All @@ -42,15 +40,6 @@ macOS 发布包包含 GUI 可执行能力;Linux 和 Windows 发布包默认提

</details>

安装脚本也支持:

```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`。

### 首次运行

运行:
Expand Down
Loading