Update README.md

This commit is contained in:
spiritlhl 2024-06-24 13:30:51 +08:00 committed by GitHub
parent cdab03d8c0
commit 20ee739ddb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,11 +20,12 @@
## TODO
- [ ] 使用nexttrace进行路由检测备用方案才使用本地路由检测
- [ ] 自动检测汇聚层,裁剪结果不输出汇聚层后的线路
## 使用
更新时间2024.05.18
更新时间2024.06.24
```shell
curl https://raw.githubusercontent.com/oneclickvirt/backtrace/main/backtrace_install.sh -sSf | sh
@ -32,6 +33,12 @@ curl https://raw.githubusercontent.com/oneclickvirt/backtrace/main/backtrace_ins
无环境依赖,理论上适配所有系统和主流架构,更多架构请查看 https://github.com/oneclickvirt/backtrace/releases/tag/output
## 在Golang中使用
```
go get github.com/oneclickvirt/backtrace@latest
```
## 概览图
![图片](https://github.com/oneclickvirt/backtrace/assets/103393591/4688f99f-0f02-486f-8ffc-78d30f2c2f95)