📝 docs: add archlinuxcn & yay to installation guide (#479)

Co-authored-by: SigureMo <sigure.qaq@gmail.com>
This commit is contained in:
Integral 2025-03-28 03:12:12 +08:00 committed by GitHub
parent a12af49dfa
commit 09f505e2f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 5 deletions

View File

@ -72,10 +72,14 @@ brew tap siguremo/tap
brew install yutto
```
使用 [paru](https://github.com/Morganamilo/paru)Arch 上的 AUR 包管理器)的用户可以尝试下这样的命令(感谢 @ouuan
Arch Linux 用户可以从 [AUR](https://aur.archlinux.org/packages/yutto)(感谢 @ouuan)或 [archlinuxcn](https://github.com/archlinuxcn/repo) 安装
```bash
paru -S yutto
# 从 AUR 安装
yay -S yutto # 适用于 yay 用户
paru -S yutto # 适用于 paru 用户
# 或者从 archlinuxcn 安装
sudo pacman -S yutto
```
### 使用 Docker

View File

@ -45,7 +45,7 @@
::: tip 注意
如果你使用 Homebrew、paru、Docker 等可以自动帮助你配置环境的方式来安装,此部分内容可以跳过~
如果你使用 Homebrew、yay/paru/pacman、Docker 等可以自动帮助你配置环境的方式来安装,此部分内容可以跳过~
:::
@ -120,10 +120,14 @@ brew tap siguremo/tap
brew install yutto
```
使用 [paru](https://github.com/Morganamilo/paru)Arch 上的 AUR 包管理器)的用户可以尝试下这样的命令(感谢 @ouuan
Arch Linux 用户可以从 [AUR](https://aur.archlinux.org/packages/yutto)(感谢 @ouuan)或 [archlinuxcn](https://github.com/archlinuxcn/repo) 安装
```bash
paru -S yutto
# 从 AUR 安装
yay -S yutto # 适用于 yay 用户
paru -S yutto # 适用于 paru 用户
# 或者从 archlinuxcn 安装
sudo pacman -S yutto
```
### 使用 Docker