Merge pull request #128 from farseerfc/master

help/AUR add steps for yay
This commit is contained in:
Chen 2019-05-22 14:14:26 +08:00 committed by GitHub
commit 58c0ab86f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,24 @@ layout: help
# AUR 镜像使用帮助
## yaourt 用户
修改 `/etc/yaourtrc`,去掉 `# AURURL` 的注释,修改为
```
AURURL="https://aur.tuna.tsinghua.edu.cn"
```
## yay 用户
执行以下命令修改 aururl :
```
yay --aururl "https://aur.tuna.tsinghua.edu.cn" --save
```
修改的配置文件位于 `~/.config/yay/config.json` ,还可通过以下命令查看修改过的配置:
```
yay -P -g
```