chore: update docs with runtime info
This commit is contained in:
parent
eb2f8d277f
commit
df346d89eb
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -2,6 +2,18 @@
|
|||
|
||||
A bluetooth client for Phomemo M110.
|
||||
|
||||
## Development
|
||||
|
||||
```sh
|
||||
poetry run flask --app phomeme:app run --debug --host 0.0.0.0 --port 8000
|
||||
```
|
||||
|
||||
## Production
|
||||
|
||||
```sh
|
||||
poetry run gunicorn -w 1 'phomeme:app' -b [::0]
|
||||
```
|
||||
|
||||
Heavily based on [SFZ-aalen][1]
|
||||
|
||||
[1]: https://gitlab.com/sfz.aalen/infra/labelprinter/-/tree/main?ref_type=heads
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue