Merge branch 'release/0.1.1' into develop

This commit is contained in:
Simon Brooke 2018-08-24 23:32:48 +01:00
commit 2473ee0c47
2 changed files with 7 additions and 2 deletions

View file

@ -22,12 +22,17 @@ You should obtain a key from [instances.social](https://instances.social/api/tok
To print the current number of users:
`java -jar mastodonusers-[version]-standalone.jar`
`java -jar mastodonusers-[version]-standalone.jar -v 1`
To log the current users in an EDN file:
`java -jar mastodonusers-[version]-standalone.jar path-to-edn-file`
To log current users in an EDN file and output the file as CSV to the console:
`java -jar mastodonusers-[version]-standalone.jar --csv path-to-edn-file`
## License
Copyright © 2018 Simon Brooke

View file

@ -1,4 +1,4 @@
(defproject mastodonusers "0.1.0"
(defproject mastodonusers "0.1.1"
:description "A Clojure app to report and log the current number of users in the fediverse."
:url "https://github.com/simon-brooke/mastodonusers"
:license {:name "GNU General Public License,version 2.0"