From 1a0112446b2fc1576c180b7ce152513d3af16635 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Thu, 10 Jun 2021 08:17:37 +0000 Subject: [PATCH] Add README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ebab937 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +ta-tool - the swiss knife for the technical analyst working with Rosetta Achival Information system +=================================================================================================== + +== Installation + +You could use Distzilla to install the tool locally. See command 'dist' for details. + +Alternatively, copy the 'bin/' and 'lib' paths to our local perl installation. + +== Usage + + ta-tool <cmd> [options] + + COMMANDS: + search the search + count + + OPTIONS: + -v --verbose Show more detailed option + -h --help Prints this help information + +at the moment only the commands 'search' and 'count' supported, but will be extended in near future. -- GitLab