File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2828 !!! warning
2929 这是社区维护的 Scoop 分发,我们不为下游渠道产生的问题提供支持。
3030
31- 1. 安装 Scoop:
31+ 安装 Scoop:
3232
3333 ```powershell
3434 Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
3535 Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
3636 ```
37- 2. 安装 Clash Verge Rev:
37+ 安装 Clash Verge Rev:
3838
3939 ```powershell
4040 scoop bucket add extras
105105
106106 === "AUR"
107107 === "paru"
108- 1. 安装 paru:
108+ 安装 paru:
109109
110110 ```bash
111111 sudo pacman -S --needed base-devel git
114114 makepkg -si
115115 ```
116116
117- 2. 使用 paru 安装 Clash Verge Rev:
117+ 使用 paru 安装 Clash Verge Rev:
118118
119119 ```bash
120120 paru -S clash-verge-rev-bin # 正式版
121121 paru -S clash-verge-rev-autobuild-bin # 测试版
122122 ```
123123
124124 === "yay"
125- 1. 安装 yay:
125+ 安装 yay:
126126
127127 ```bash
128128 sudo pacman -S --needed base-devel git
131131 makepkg -si
132132 ```
133133
134- 2. 使用 yay 安装 Clash Verge Rev:
134+ 使用 yay 安装 Clash Verge Rev:
135135
136136 ```bash
137137 yay -S clash-verge-rev-bin # 正式版
You can’t perform that action at this time.
0 commit comments