Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit b645341

Browse files
committed
在README中添加一键清理重置命令,支持自动删除相关目录
1 parent 6d74ca1 commit b645341

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33

44
## 如何使用? [视频教程](https://youtu.be/L6gPyyD3dUw)
55

6+
### 一键清理重置
7+
- 一键清理重置命令
8+
```bash
9+
[ -d .nezha-agent ] && rm -rf .nezha-agent; [ -d .s5 ] && rm -rf .s5; [ -d .hysteria ] && rm -rf .hysteria && bash <(curl -Ls https://github.com/eooce/Sing-box/releases/download/00/reset.sh)
10+
```
11+
612
### nohup模式
713
- 一键安装 **新手小白用这个!**
814
```bash

0 commit comments

Comments
 (0)