We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523a5ce commit 965d847Copy full SHA for 965d847
README.md
@@ -2,13 +2,23 @@
2
基于go-gin框架生成激活key项目
3
4
## 使用
5
-#### 到[releases](https://github.com/woytu/key-gin/releases)下载解压并运行
+
6
+### 到[releases](https://github.com/woytu/key-gin/releases)下载解压并运行
7
8
+### 安装`Chrome`
9
10
+### 下载`Chromedriver`
11
12
+* [https://www.bajins.com/Python/Python爬虫.html#chromedriver](https://www.bajins.com/Python/Python%E7%88%AC%E8%99%AB.html#chromedriver)
13
14
15
```bash
16
# Windows
17
# 双击key-gin-windows.exe根据默认端口8000运行
18
# 或者在cmd、power shell中
19
key-gin-windows.exe
20
21
22
# Linux
23
nohup ./key-gin-linux -p 5000 >/dev/null 2>index.log &
24
```
0 commit comments