File tree Expand file tree Collapse file tree 1 file changed +33
-4
lines changed
Expand file tree Collapse file tree 1 file changed +33
-4
lines changed Original file line number Diff line number Diff line change 106106 ```
107107
108108 === "AUR"
109- ```bash
110- paru -S clash-verge-rev-bin # 适用于 paru
111- yay -S clash-verge-rev-bin # 适用于 yay
112- ```
109+ === "paru"
110+ 1. 安装 paru:
111+
112+ ```bash
113+ sudo pacman -S --needed base-devel git
114+ git clone https://aur.archlinux.org/paru.git
115+ cd paru
116+ makepkg -si
117+ ```
118+
119+ 2. 使用 paru 安装 Clash Verge Rev:
120+
121+ ```bash
122+ paru -S clash-verge-rev-bin # 正式版
123+ paru -S clash-verge-rev-autobuild-bin # 测试版
124+ ```
125+
126+ === "yay"
127+ 1. 安装 yay:
128+
129+ ```bash
130+ sudo pacman -S --needed base-devel git
131+ git clone https://aur.archlinux.org/yay.git
132+ cd yay
133+ makepkg -si
134+ ```
135+
136+ 2. 使用 yay 安装 Clash Verge Rev:
137+
138+ ```bash
139+ yay -S clash-verge-rev-bin # 正式版
140+ yay -S clash-verge-rev-autobuild-bin # 测试版
141+ ```
113142
114143=== ":material-apple: macOS"
115144
You can’t perform that action at this time.
0 commit comments