Added instructions on how to start application to README
This commit is contained in:
parent
2897e81a11
commit
846054922e
1 changed files with 8 additions and 0 deletions
|
@ -50,6 +50,14 @@ package without options:
|
||||||
$ pip install .
|
$ 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
|
## Contributing
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue