diff --git a/README.md b/README.md index 76af9e9c..5f9d6ec1 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,10 @@ service.Run() See the [examples](https://github.com/micro/go-micro/tree/master/examples) for detailed information on usage. +## Command Line Interface + +See [cmd/gomu](https://github.com/asim/go-micro/tree/master/cmd/gomu) for the command line interface. + ## Code Generation See [cmd/protoc-gen-micro](https://github.com/micro/go-micro/tree/master/cmd/protoc-gen-micro) for protobuf code generation.