Skip to content

Commit 8bb6220

Browse files
committed
调整说明文档
1 parent e5069b6 commit 8bb6220

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/go-binary-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
overwrite: true
2626
goversion: 1.18 # 可以指定编译使用的 Golang 版本
2727
binary_name: "gcs" # 可以指定二进制文件的名称
28-
extra_files: LICENSE config.example.yml README.md # 需要包含的额外文件
28+
extra_files: LICENSE README.md # 需要包含的额外文件

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,20 @@
2626
如果你熟悉go语言,则可以自己编译二进制,如果不熟悉,也可以直接在releases当中下载已经编译好的二进制。
2727

2828
```sh
29-
gcs search -u 'https://gitlab.xxx.com' -t 'xxxxxxxxxxx' -w '想要扫描的关键字'
29+
gcs search -u 'https://gitlab.xxx.com' -t 'xxxxxxxxxxx' -w '测试'
3030
```
3131

32+
效果如下:
33+
34+
![](https://cdn.staticaly.com/gh/eryajf/tu/main/img/image_20230902_000537.png)
35+
36+
3237
运行成功以后,会自动在项目运行目录下将结果输出为Excel。
3338

3439
你也可以直接通过docker来运行:
3540

3641
```sh
37-
docker run -it registry.cn-hangzhou.aliyuncs.com/ali_eryajf/gcs gcs search -u 'https://gitlab.xxx.com' -t 'xxxxxxxxxxx' -w '想要扫描的关键字'
42+
docker run -it registry.cn-hangzhou.aliyuncs.com/ali_eryajf/gcs gcs search -u 'https://gitlab.xxx.com' -t 'xxxxxxxxxxx' -w '测试'
3843
```
3944

4045
如果你在使用过程中遇到问题,欢迎提交issue。如果你还有其他需求,以及其他想法,欢迎提交PR。

0 commit comments

Comments
 (0)