From 91ebdbdb937dd4864783bca37a1925785a6ae951 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Fri, 24 Aug 2018 23:32:37 +0100 Subject: [PATCH] Upversion to 0.1.1 --- README.md | 7 ++++++- project.clj | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67e69e3..ebbf1df 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/project.clj b/project.clj index 3ef2533..d116868 100644 --- a/project.clj +++ b/project.clj @@ -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"