Updated How to use debug API (markdown)

Larvan2 2023-03-29 22:05:45 +08:00
parent 3499ad46b9
commit cd39e8fd73

@ -1,22 +1,17 @@
### Get this repo ### Get this repo
``` ```shell
git clone -b Alpha https://github.com/MetaCubeX/Clash.Meta.git clash-meta 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 ### Build clash-meta
``` ```shell
cd clash-meta
go build -o clash-meta go build -o clash-meta
``` ```
### start 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 ./ ./clash-meta -d ./
``` ```