Skip to content

Commit

Permalink
added the -m of the script usage
Browse files Browse the repository at this point in the history
  • Loading branch information
MagTun committed Apr 10, 2019
1 parent 7f8a48b commit 91e5df4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91e5df4

Please sign in to comment.