diff --git a/README.md b/README.md index 19fa8cb..a732117 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,14 @@ package without options: $ pip install . ``` +### Running Rectes server + +After installation is done, you can start rectes with `rectes` command. +The web server will be started with `uvicorn` ASGI web server. + +``` +$ rectes +``` ## Contributing