Update README.md

This commit is contained in:
spiritlhl 2024-06-28 15:48:31 +08:00 committed by GitHub
parent 310b09e95b
commit 76e4c09d37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,12 +27,36 @@
更新时间2024.06.24
下载及安装
```shell
curl https://raw.githubusercontent.com/oneclickvirt/backtrace/main/backtrace_install.sh -sSf | sh
```
使用
```
backtrace
```
```
./backtrace
```
进行测试
无环境依赖,理论上适配所有系统和主流架构,更多架构请查看 https://github.com/oneclickvirt/backtrace/releases/tag/output
## 卸载
```
rm -rf /root/backtrace
rm -rf /usr/bin/backtrace
```
## 在Golang中使用
```