Skip to content

Commit 8953ab9

Browse files
committed
doc
1 parent 52aab2f commit 8953ab9

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

README.MD

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
# 📖 Introduction
44
Scan all IP nodes of CloudFlare to find the fastest IP node.
55

6-
# 🔨️ Get Started
6+
# ⚡️ Get Started
7+
## 🔨️ Build
78
```bash
89
git clone https://github.com/golangboy/fast-cloudflare
910
cd fast-cloudflare
@@ -12,4 +13,7 @@ cargo run
1213
> Please ensure that you have properly installed the Rust environment.
1314
1415
The scan results will be saved under`result\sorted_ping_ip.txt`
15-
![img](images/img.gif)
16+
## 🐳 Docker
17+
```bash
18+
docker run -t golangboyme/fast-cloudflare
19+
```

README_zh.MD

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@
33
# 📖 介绍
44
对CloudFlare的所有IP节点进行扫描,找出最快的IP节点
55

6-
# 🔨️ 开始
6+
# ⚡️ 开始
7+
## 🔨️ 构建
78
```bash
89
git clone https://github.com/golangboy/fast-cloudflare
910
cd fast-cloudflare
1011
cargo run
1112
```
1213
> 请确保你安装好了Rust环境
1314
14-
扫描结果将保存在`result\sorted_ping_ip.txt`
15+
扫描结果将保存在`result\sorted_ping_ip.txt`
16+
## 🐳 Docker
17+
```bash
18+
docker run -t golangboyme/fast-cloudflare
19+
```

0 commit comments

Comments
 (0)