Added Installation/Starting instructions to readme
diff --git a/README.md b/README.md
index f7f9ce6..ae1605e 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,30 @@
KorAP is available at
https://korap.ids-mannheim.de/
+Prerequisites
+-------------
+
+Installation/Starting
+---------------------
+
+To run the test suite, type
+
+ $ mvn test
+
+To start the server, type
+
+ $ mvn compile exec:java
+
+To compile the indexer, type
+
+ $ mvn compile assembly:single
+
+To run the indexer, type
+
+ $ java -jar target/KorAP-lucene-index-X.XX.jar
+ src/main/resources/korap.conf
+ src/test/resources/examples/
+
Limitations
-----------