From 846054922e9b93a5db72105ab8bef4835270035e Mon Sep 17 00:00:00 2001 From: Ivan Golikov Date: Mon, 13 Jun 2022 01:03:13 +0300 Subject: [PATCH] Added instructions on how to start application to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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