Added instructions on how to start application to README

This commit is contained in:
Ivan Golikov 2022-06-13 01:03:13 +03:00
parent 2897e81a11
commit 846054922e

View file

@ -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