add README

This commit is contained in:
Ulric Qin 2022-04-14 15:18:49 +08:00
parent 4393584c4e
commit d797e8e8de
1 changed files with 17 additions and 0 deletions

17
README.md Normal file
View File

@ -0,0 +1,17 @@
# categraf
monitoring agent
## build
```shell
export GO111MODULE=on
export GOPROXY=https://goproxy.cn
go build
```
## pack
```shell
tar zcvf categraf.tar.gz categraf conf
```