File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ HertzBeat-Collector-Go 是 [Apache HertzBeat](https://github.com/apache/hertzbea
88## 快速开始
99
1010``` shell
11- make run
11+ make dev- run
1212```
1313
1414## 贡献
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ HertzBeat-Collector-Go is the Go implementation of the collector for [Apache Her
88## Quick Start
99
1010``` shell
11- make run
11+ make dev- run
1212```
1313
1414## Contributing
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ fmt: ## Golang fmt
3232vet : # # Golang vet
3333 go vet ./...
3434
35- .PHONY : dev
36- dev : # # Golang dev, run main by run.
35+ .PHONY : dev-run
36+ dev-run : # # Golang dev, run main by run.
3737 go run cmd/main.go server --config etc/hertzbeat-collector.yaml
3838
39- .PHONY : prod
40- prod : # # Golang prod, run bin by run.
39+ .PHONY : prod-run
40+ prod-run : # # Golang prod, run bin by run.
4141 bin/collector server --config etc/hertzbeat-collector.yaml
4242
4343.PHONY : build
You can’t perform that action at this time.
0 commit comments