From 91e5df4bb17fabdcec945cbb9079cf62add43efe Mon Sep 17 00:00:00 2001 From: MagTun <15843700+MagTun@users.noreply.github.com> Date: Wed, 10 Apr 2019 10:48:12 +0200 Subject: [PATCH] added the -m of the script usage --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 23a195b8..8f962b76 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,11 @@ As a script (CLI): ```shell $ python markdown2.py foo.md > foo.html ``` +or +```shell +$ python -m markdown2 foo.md > foo.html +``` + I think pip-based installation will enable this as well: ```shell $ markdown2 foo.md > foo.html