mirror of
https://github.com/qingchencloud/cftunnel.git
synced 2026-08-29 02:32:37 +08:00
docs: Skills 和 README 提示词添加 Windows 安装命令
This commit is contained in:
@@ -4,10 +4,16 @@
|
||||
|
||||
## 安装
|
||||
|
||||
macOS / Linux:
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/qingchencloud/cftunnel/main/install.sh | bash
|
||||
```
|
||||
|
||||
Windows (PowerShell):
|
||||
```powershell
|
||||
irm https://raw.githubusercontent.com/qingchencloud/cftunnel/main/install.ps1 | iex
|
||||
```
|
||||
|
||||
## 免域名模式(零配置)
|
||||
|
||||
无需账户、Token、域名,一条命令生成临时公网地址:
|
||||
|
||||
@@ -308,8 +308,12 @@ cftunnel 内置了 AI 助手 Skills,让 Claude Code、OpenClaw 等 AI 编码
|
||||
|
||||
## 安装
|
||||
|
||||
macOS / Linux:
|
||||
curl -fsSL https://raw.githubusercontent.com/qingchencloud/cftunnel/main/install.sh | bash
|
||||
|
||||
Windows (PowerShell):
|
||||
irm https://raw.githubusercontent.com/qingchencloud/cftunnel/main/install.ps1 | iex
|
||||
|
||||
## 两种模式
|
||||
|
||||
### 模式一:免域名(零配置,临时用)
|
||||
|
||||
@@ -2,6 +2,18 @@
|
||||
|
||||
一键管理 Cloudflare Tunnel 的开源工具,内网穿透从未如此简单。
|
||||
|
||||
## 安装
|
||||
|
||||
macOS / Linux:
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/qingchencloud/cftunnel/main/install.sh | bash
|
||||
```
|
||||
|
||||
Windows (PowerShell):
|
||||
```powershell
|
||||
irm https://raw.githubusercontent.com/qingchencloud/cftunnel/main/install.ps1 | iex
|
||||
```
|
||||
|
||||
## 免域名模式(零配置)
|
||||
|
||||
无需账户、Token、域名,一条命令生成临时公网地址:
|
||||
|
||||
Reference in New Issue
Block a user