From 920e2047569a96ee5c631d7996477caa29d0f017 Mon Sep 17 00:00:00 2001 From: BryantHe Date: Fri, 21 Jul 2023 17:49:34 +0800 Subject: [PATCH] docs: update readme --- README.md | 18 ++++++++++++++---- setup.py | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1dcd14c..264f8d8 100644 --- a/README.md +++ b/README.md @@ -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 --type ``` + + +## Detailed Usage + +See Documents: + +- [中文](https://doc.bearcatlog.com/) +- [English]() \ No newline at end of file diff --git a/setup.py b/setup.py index 600dced..a4b2ec4 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f: setup( name='namekoplus', - version='0.2.2', + version='0.2.3', description='A lightweight Python distributed microservice solution', long_description=long_description, long_description_content_type='text/markdown',