Updated How to use debug API (markdown)
parent
3499ad46b9
commit
cd39e8fd73
@ -1,22 +1,17 @@
|
||||
### Get this repo
|
||||
```
|
||||
```shell
|
||||
git clone -b Alpha https://github.com/MetaCubeX/Clash.Meta.git clash-meta
|
||||
cd clash-meta
|
||||
```
|
||||
|
||||
### Apply patch
|
||||
```
|
||||
git apply patch/*.patch
|
||||
```
|
||||
|
||||
### Build clash-meta
|
||||
```
|
||||
```shell
|
||||
cd clash-meta
|
||||
go build -o clash-meta
|
||||
```
|
||||
|
||||
### start clash-meta:
|
||||
put your config.yaml in this directory and run:
|
||||
```
|
||||
put your config.yaml in this directory, set log level to **debug** and run:
|
||||
```shell
|
||||
./clash-meta -d ./
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user