From bffb23f88437c78ab92d5de47df29c470756c3c4 Mon Sep 17 00:00:00 2001 From: pictuga Date: Tue, 14 Apr 2020 18:21:32 +0200 Subject: [PATCH] README: how to use cli --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91e4159..9079980 100644 --- a/README.md +++ b/README.md @@ -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 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