diff --git a/pages/src/content/docs/en/installation.md b/pages/src/content/docs/en/installation.md index b3482609..f681003c 100644 --- a/pages/src/content/docs/en/installation.md +++ b/pages/src/content/docs/en/installation.md @@ -4,7 +4,7 @@ sidebar: order: 4 --- -There are five supported ways to install the `ocr` CLI. +There are six supported ways to install the `ocr` CLI. ## NPM (recommended) @@ -55,6 +55,20 @@ To upgrade later: brew upgrade open-code-review ``` +## MacPorts (macOS) + +```bash +sudo port install open-code-review +``` + +The port installs the `ocr` binary built from source. + +To upgrade later: + +```bash +sudo port upgrade open-code-review +``` + ## Install script (curl | sh) A convenience installer that wraps the GitHub Release binary download diff --git a/pages/src/content/docs/ja/installation.md b/pages/src/content/docs/ja/installation.md index 3235e70a..04524714 100644 --- a/pages/src/content/docs/ja/installation.md +++ b/pages/src/content/docs/ja/installation.md @@ -4,7 +4,7 @@ sidebar: order: 4 --- -`ocr` CLI をインストールするには、サポートされた 5 つの方法があります。 +`ocr` CLI をインストールするには、サポートされた 6 つの方法があります。 ## NPM(推奨) @@ -54,6 +54,20 @@ brew install open-code-review brew upgrade open-code-review ``` +## MacPorts(macOS) + +```bash +sudo port install open-code-review +``` + +この port はソースからビルドして `ocr` バイナリをインストールします。 + +後でアップグレードするには: + +```bash +sudo port upgrade open-code-review +``` + ## インストールスクリプト(curl | sh) GitHub Release バイナリのダウンロード(検証付き)をラップした便利なインストーラーです——CI のベース diff --git a/pages/src/content/docs/ru/installation.md b/pages/src/content/docs/ru/installation.md index 6dd14337..a964ee7f 100644 --- a/pages/src/content/docs/ru/installation.md +++ b/pages/src/content/docs/ru/installation.md @@ -4,7 +4,7 @@ sidebar: order: 4 --- -Установить CLI `ocr` можно пятью способами. +Установить CLI `ocr` можно шестью способами. ## npm (рекомендуется) @@ -54,6 +54,20 @@ brew install open-code-review brew upgrade open-code-review ``` +## MacPorts (macOS) + +```bash +sudo port install open-code-review +``` + +Порт собирает `ocr` из исходников и устанавливает бинарник. + +Для обновления: + +```bash +sudo port upgrade open-code-review +``` + ## Скрипт установки (curl | sh) Установщик загружает бинарник из GitHub Release и проверяет его контрольную diff --git a/pages/src/content/docs/zh/installation.md b/pages/src/content/docs/zh/installation.md index ad50d520..41357e7f 100644 --- a/pages/src/content/docs/zh/installation.md +++ b/pages/src/content/docs/zh/installation.md @@ -4,7 +4,7 @@ sidebar: order: 4 --- -安装 `ocr` CLI 有五种受支持的方式。 +安装 `ocr` CLI 有六种受支持的方式。 ## NPM(推荐) @@ -52,6 +52,20 @@ brew install open-code-review brew upgrade open-code-review ``` +## MacPorts(macOS) + +```bash +sudo port install open-code-review +``` + +该 port 会从源码构建并安装 `ocr` 二进制。 + +后续升级: + +```bash +sudo port upgrade open-code-review +``` + ## 安装脚本(curl | sh) 一个便捷安装器,封装了 GitHub Release 二进制下载(带校验)——适合 CI 基础