diff -r c601c0d7b3b4 -r 9bc03db114c3 README.md --- a/README.md Sun Apr 30 16:12:55 2017 +0200 +++ b/README.md Sun Apr 30 17:07:16 2017 +0200 @@ -13,7 +13,7 @@ ### From source -To install the application from source (you need to have Go >= 1.5), just type: +To install the application from source (you need to have Go >= 1.7), just type: go get github.com/McKael/madonctl @@ -165,6 +165,11 @@ % madonctl accounts --account-id 1 followers --template '{{.acct}}{{"\n"}}' ``` +Number of users on current instance (madonctl 1.5+) (statistics from instances.mastodon.xyz API): +``` +madonctl instance --stats --template '{{printf "%v\n" .users}}' +``` + There are many more commands, you can find them in the online help or the manpage.