Upversion to 0.1.1
This commit is contained in:
parent
58258ec40d
commit
91ebdbdb93
|
@ -22,12 +22,17 @@ You should obtain a key from [instances.social](https://instances.social/api/tok
|
||||||
|
|
||||||
To print the current number of users:
|
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:
|
To log the current users in an EDN file:
|
||||||
|
|
||||||
`java -jar mastodonusers-[version]-standalone.jar path-to-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
|
## License
|
||||||
|
|
||||||
Copyright © 2018 Simon Brooke
|
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."
|
:description "A Clojure app to report and log the current number of users in the fediverse."
|
||||||
:url "https://github.com/simon-brooke/mastodonusers"
|
:url "https://github.com/simon-brooke/mastodonusers"
|
||||||
:license {:name "GNU General Public License,version 2.0"
|
:license {:name "GNU General Public License,version 2.0"
|
||||||
|
|
Loading…
Reference in a new issue