Update README
authorMikael Berthe <mikael@lilotux.net>
Sun, 07 May 2017 19:52:58 +0200
changeset 92 aa7d918e727d
parent 91 02312ccc1fd3
child 93 1cef5da83488
Update README
README.md
--- a/README.md	Sun May 07 19:31:37 2017 +0200
+++ b/README.md	Sun May 07 19:52:58 2017 +0200
@@ -184,11 +184,16 @@
 % madonctl accounts --account-id 1 followers --template '{{.acct}}{{"\n"}}'
 ```
 
-Number of users on current instance (madonctl 1.5+) (statistics from instances.mastodon.xyz API):
+Number of users on current instance (madonctl 0.5+) (statistics from instances.mastodon.xyz API):
 ```
 madonctl instance --stats --template '{{printf "%v\n" .users}}'
 ```
 
+You can write and use [themes](templates) as well (madonctl 0.6+):
+```
+madonctl --theme=ansi timeline
+```
+
 There are many more commands, you can find them in the online help or the manpage.