From c54895f86f10f14f0d8852f2820e79deec7042cf Mon Sep 17 00:00:00 2001
From: "Lange, Dr. Herbert" <herbert.lange@uni-hamburg.de>
Date: Thu, 22 Sep 2022 15:36:44 +0200
Subject: [PATCH] updated readmes

---
 README.md      | 12 ++++++++++++
 lib/readme.txt |  5 -----
 2 files changed, 12 insertions(+), 5 deletions(-)
 delete mode 100644 lib/readme.txt

diff --git a/README.md b/README.md
index 93010d4..8f3f768 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,15 @@
 # Corpus-Web-Services
 
 Java-based application to make calls to [Corpus Services](https://gitlab.rrz.uni-hamburg.de/corpus-services/corpus-services)
+
+## Requirements 
+
+Currently tested with
+- Java 11
+- Maven 3.8
+
+## Build and run
+- cd lib
+- bash install_corpus_services_jar.sh
+- cd ..
+- mvn clean compile exec:java
diff --git a/lib/readme.txt b/lib/readme.txt
deleted file mode 100644
index d462300..0000000
--- a/lib/readme.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-You need to download and install corpus-services to be able to run the
-corpus-web-services. The code is availble here: https://gitlab.rrz.uni-hamburg.de/corpus-services/corpus-services
-
-After generating the jar (by running mvn compile test assembly:single) place
-it here and run install_corpus_services_jar.sh
\ No newline at end of file
-- 
GitLab