Merge branch 'release/0.1.1' into develop
This commit is contained in:
commit
2473ee0c47
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue