From d44c84a633c8a41b572b95d2600309ea4f09ab1b Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <andreas.romeyke@slub-dresden.de>
Date: Thu, 10 Nov 2022 14:01:34 +0100
Subject: [PATCH] - improved description

---
 README.md | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 87c808a..f4ebad2 100644
--- a/README.md
+++ b/README.md
@@ -10,13 +10,24 @@ Alternatively, copy the 'bin/' and 'lib' paths to your local perl installation.
 
 ## Usage
 
-    ta-tool <cmd> [options]
+    ta-tool <command> [options]
 
     OPTIONS:
       -v --verbose    Show more detailed option
       -h --help       Prints this help information
 
+    COMMAND:
+      init            Initialize config
+      log             parses / searches Rosetta server log files very fast
+      search          searches Rosetta for typical patterns (IE, SIP...)
+      count           counts Rosetta matches of typical patterns (IE, SIP...)
+
 at the moment only the commands `log`, `search` and `count` supported, but will
 be extended in near future.
 
+## First use
+
+    ta-tool init -r $ROSETTA_HOST -l $ROSETTA_LOGDIR
+
+this stores the rosetta host and log dir in local .config/ta-tool.rc    
 
-- 
GitLab