docs: update readme

This commit is contained in:
2023-07-21 17:49:34 +08:00
committed by Bryant He
parent 9ac4a39c0d
commit 920e204756
2 changed files with 15 additions and 5 deletions

View File

@@ -2,10 +2,6 @@
A lightweight Python distributed microservice solution
## Document
[中文文档](https://doc.bearcatlog.com/)
## Command Line Tool Usage
### Checkout Command
@@ -14,8 +10,22 @@ A lightweight Python distributed microservice solution
namekoplus --help
```
### Start a middleware that nameko depends on
```shell
namekoplus start -m rabbitmq
```
### Initialize a nameko service from templates
```shell
namekoplus init --directory <dir_name> --type <template_type>
```
## Detailed Usage
See Documents:
- [中文](https://doc.bearcatlog.com/)
- [English]()