mirror of https://github.com/yutto-dev/yutto
📝 docs: add archlinuxcn & yay to installation guide (#479)
Co-authored-by: SigureMo <sigure.qaq@gmail.com>
This commit is contained in:
parent
a12af49dfa
commit
09f505e2f1
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue