README: how to use cli

This commit is contained in:
pictuga 2020-04-14 18:21:32 +02:00
parent 59139272fd
commit bffb23f884

View File

@ -149,7 +149,11 @@ uwsgi --http :9090 --plugin python --wsgi-file main.py
Morss can run its own HTTP server. The later should start when you run morss Morss can run its own HTTP server. The later should start when you run morss
without any argument, on port 8080. without any argument, on port 8080.
You can change the port like this `python -m morss 9000`. ```shell
morss
```
You can change the port like this `morss 9000`.
#### Passing arguments #### Passing arguments