From 331ada02fdab69872824dd279f4d207b7516f5a4 Mon Sep 17 00:00:00 2001 From: LIghtJUNction Date: Wed, 11 Feb 2026 13:36:17 +0800 Subject: [PATCH] docs: add AUR installation method (#4879) * docs: sync system package manager installation instructions to all languages * Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update README.md Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> * fix/typo * refactor: update system package manager installation instructions for Arch Linux across multiple language README files * feat: add installation command for AstrBot in multiple language README files --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> Co-authored-by: Soulter <37870767+Soulter@users.noreply.github.com> Co-authored-by: Soulter <905617992@qq.com> --- README.md | 13 ++++++++++++- README_en.md | 23 ++++++++++++++++++++++- README_fr.md | 23 ++++++++++++++++++++++- README_ja.md | 23 ++++++++++++++++++++++- README_ru.md | 13 ++++++++++++- README_zh-TW.md | 14 ++++++++++++-- 6 files changed, 102 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8e6ae6973..320a215f1 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,8 @@ AstrBot 是一个开源的一站式 Agentic 个人和群聊助手,可在 QQ、 #### uv 部署 ```bash -uvx astrbot +uv tool install astrbot +astrbot ``` #### 宝塔面板部署 @@ -132,6 +133,16 @@ uv run main.py 或者请参阅官方文档 [通过源码部署 AstrBot](https://astrbot.app/deploy/astrbot/cli.html) 。 +#### 系统包管理器安装 + +##### Arch Linux + +```bash +yay -S astrbot-git +# 或者使用 paru +paru -S astrbot-git +``` + #### 桌面端 Electron 打包 桌面端(Electron 打包,`pnpm` 工作流)构建流程请参阅:[`desktop/README.md`](desktop/README.md)。 diff --git a/README_en.md b/README_en.md index 2a9bc41db..698c9c3d4 100644 --- a/README_en.md +++ b/README_en.md @@ -63,7 +63,18 @@ Please refer to the official documentation: [Deploy AstrBot with Docker](https:/ #### uv Deployment ```bash -uvx astrbot +uv tool install astrbot +astrbot +``` + +#### System Package Manager Installation + +##### Arch Linux + +```bash +yay -S astrbot-git +# or use paru +paru -S astrbot-git ``` #### BT-Panel Deployment @@ -117,6 +128,16 @@ uv run main.py Or refer to the official documentation: [Deploy AstrBot from Source](https://astrbot.app/deploy/astrbot/cli.html). +#### Установка через системный пакетный менеджер + +##### Arch Linux + +```bash +yay -S astrbot-git +# или используйте paru +paru -S astrbot-git +``` + #### Desktop Electron Build For desktop build steps (Electron packaging, `pnpm` workflow), see [`desktop/README.md`](desktop/README.md). diff --git a/README_fr.md b/README_fr.md index a47e15eea..c4e6f4065 100644 --- a/README_fr.md +++ b/README_fr.md @@ -61,7 +61,18 @@ Veuillez consulter la documentation officielle : [Déployer AstrBot avec Docker] #### Déploiement uv ```bash -uvx astrbot +uv tool install astrbot +astrbot +``` + +#### Installation via le gestionnaire de paquets du système + +##### Arch Linux + +```bash +yay -S astrbot-git +# ou utiliser paru +paru -S astrbot-git ``` #### Déploiement BT-Panel @@ -115,6 +126,16 @@ uv run main.py Ou consultez la documentation officielle : [Déployer AstrBot depuis les sources](https://astrbot.app/deploy/astrbot/cli.html). +#### Установка через системный пакетный менеджер + +##### Arch Linux + +```bash +yay -S astrbot-git +# или используйте paru +paru -S astrbot-git +``` + ## Plateformes de messagerie prises en charge **Maintenues officiellement** diff --git a/README_ja.md b/README_ja.md index bab9d629e..9e663db9d 100644 --- a/README_ja.md +++ b/README_ja.md @@ -61,7 +61,18 @@ Docker / Docker Compose を使用した AstrBot のデプロイを推奨しま #### uv デプロイ ```bash -uvx astrbot +uv tool install astrbot +astrbot +``` + +#### システムパッケージマネージャーでのインストール + +##### Arch Linux + +```bash +yay -S astrbot-git +# または paru を使用 +paru -S astrbot-git ``` #### 宝塔パネルデプロイ @@ -115,6 +126,16 @@ uv run main.py または、公式ドキュメント [ソースコードから AstrBot をデプロイ](https://astrbot.app/deploy/astrbot/cli.html) をご参照ください。 +#### Установка через системный пакетный менеджер + +##### Arch Linux + +```bash +yay -S astrbot-git +# или используйте paru +paru -S astrbot-git +``` + ## サポートされているメッセージプラットフォーム **公式メンテナンス** diff --git a/README_ru.md b/README_ru.md index 0f52c1c6a..b9053ddce 100644 --- a/README_ru.md +++ b/README_ru.md @@ -61,7 +61,8 @@ AstrBot — это универсальная платформа Agent-чатб #### Развёртывание uv ```bash -uvx astrbot +uv tool install astrbot +astrbot ``` #### Развёртывание BT-Panel @@ -115,6 +116,16 @@ uv run main.py Или см. официальную документацию: [Развёртывание AstrBot из исходного кода](https://astrbot.app/deploy/astrbot/cli.html). +#### Установка через системный пакетный менеджер + +##### Arch Linux + +```bash +yay -S astrbot-git +# или используйте paru +paru -S astrbot-git +``` + ## Поддерживаемые платформы обмена сообщениями **Официально поддерживаемые** diff --git a/README_zh-TW.md b/README_zh-TW.md index c6df22ea2..79a91a09f 100644 --- a/README_zh-TW.md +++ b/README_zh-TW.md @@ -61,7 +61,8 @@ AstrBot 是一個開源的一站式 Agent 聊天機器人平台,可接入主 #### uv 部署 ```bash -uvx astrbot +uv tool install astrbot +astrbot ``` #### 寶塔面板部署 @@ -115,6 +116,16 @@ uv run main.py 或者請參閱官方文件 [透過原始碼部署 AstrBot](https://astrbot.app/deploy/astrbot/cli.html)。 +#### 系統套件管理員安裝 + +##### Arch Linux + +```bash +yay -S astrbot-git +# 或者使用 paru +paru -S astrbot-git +``` + ## 支援的訊息平台 **官方維護** @@ -244,4 +255,3 @@ pre-commit install _私は、高性能ですから!_ -