Now that we have releases in the 3.x line, we should be pointing users
in that direction. These version numbers should probably be bumped
with each release :(.
Signed-off-by: W. Trevor King <wking@tremily.us>
1. A ``.zip`` file (suggested for Microsoft Windows users)::
- $ wget https://github.com/wking/rss2email/archive/v2.71.zip
+ $ wget https://github.com/wking/rss2email/archive/v3.2.zip
$ unzip rss2email-*.zip
2. A ``.tar.gz`` file (suggested for everyone else)::
- $ wget https://github.com/wking/rss2email/archive/v2.71.tar.gz
+ $ wget https://github.com/wking/rss2email/archive/v3.2.tar.gz
$ tar xvf rss2email*.tar.gz
3. A Git_ checkout (suggested for developers)::