Update readme, add shields - toot - Unnamed repository; edit this file 'descrip… | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 52bf99b8c2093cce868d1ab6260399f1b60b6d30 | |
parent 817ab109d025714780dfcce07e1c9cde34e31ed6 | |
Author: Ivan Habunek <[email protected]> | |
Date: Wed, 12 Apr 2017 17:23:50 +0200 | |
Update readme, add shields | |
Diffstat: | |
README.rst | 17 ++++++++++++----- | |
1 file changed, 12 insertions(+), 5 deletions(-) | |
--- | |
diff --git a/README.rst b/README.rst | |
@@ -1,8 +1,15 @@ | |
-==== | |
-Toot | |
-==== | |
- | |
-Post to Mastodon social networks from the command line. | |
+============================= | |
+Toot - Mastodon CLI interface | |
+============================= | |
+ | |
+Interact with Mastodon social networks from the command line. | |
+ | |
+.. image:: https://img.shields.io/badge/author-%40ihabunek-blue.svg?maxAge=360… | |
+ :target: https://mastodon.social/@ihabunek | |
+.. image:: https://img.shields.io/github/license/ihabunek/pdf417-py.svg?maxAge… | |
+ :target: https://opensource.org/licenses/MIT | |
+.. image:: https://img.shields.io/pypi/v/toot.svg?maxAge=3600&style=flat-square | |
+ :target: https://pypi.python.org/pypi/toot | |
Installation |