mirror of https://github.com/mack-a/v2ray-agent
feat(readme): update
parent
7cedf8918c
commit
54bd55dc77
|
@ -61,8 +61,9 @@
|
||||||
|
|
||||||
## 安装脚本
|
## 安装脚本
|
||||||
```
|
```
|
||||||
wget -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh
|
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
- 示例图
|
- 示例图
|
||||||
<img src="https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/install/install.jpg" width=700>
|
<img src="https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/install/install.jpg" width=700>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue