Skip to content

Commit 31ffe34

Browse files
committed
2 parents 9d2cc53 + d152fb1 commit 31ffe34

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,20 @@ Sublink Worker 是一个可部署在 Cloudflare Worker 上,小而美的订阅
1919
- 提供多种预定义规则集
2020
- 可自建关于geo-site, geo-ip, ip-cidr和domain-suffix的自定义策略组
2121

22-
## 快速部署
22+
## 部署
23+
24+
### (推荐)自动部署
2325

2426
[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/7Sageer/sublink-worker)
2527

28+
### 手动部署
29+
30+
- 克隆项目仓库:`git clone https://github.com/7Sageer/sublink-worker.git`
31+
- 安装依赖:`npm install`
32+
- 配置 Cloudflare 账户凭证
33+
- 使用 Wrangler 部署:`wrangler deploy`
34+
35+
2636
## 常见问题
2737

2838
如果您在使用过程中遇到任何问题,请查看 [FAQ文档](/doc/FAQ.md)

doc/FAQ.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# FAQ
22

3+
如果你发现文档中没有你遇到的问题,请务必提交 Issue。
4+
35
## 部署
46

57
### 我不清楚如何部署

0 commit comments

Comments
 (0)