From 7a66115012d8e8a0faaf5e38f121d554c3efc9de Mon Sep 17 00:00:00 2001 From: pictuga Date: Wed, 25 Feb 2015 11:56:34 +0800 Subject: [PATCH] README: use py -m morss.morss Needed for 2to3 relative imports --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2192e29..7ea6851 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Works like a charm with [Tiny Tiny RSS](http://tt-rss.org/redmine/projects/tt-rs ###As a CLI application -Run: **`[python2.7] morss.py [argwithoutvalue] [argwithvalue=value] [...] FEEDURL`** +Run: **`[python2.7] -m morss.morss [argwithoutvalue] [argwithvalue=value] [...] FEEDURL`** For example: `python2.7 morss.py debug http://feeds.bbci.co.uk/news/rss.xml` *(Brackets indicate optional text)*