Ignore tools
diff --git a/Readme.md b/Readme.md
index 8f575a2..490e991 100644
--- a/Readme.md
+++ b/Readme.md
@@ -8,7 +8,7 @@
 Krill is a [Lucene](https://lucene.apache.org/) based search
 engine for large annotated corpora.
 
-**The software is in its early stages and not stable yet**
+**The software is in its early stages and not stable yet - use on your own risk!**
 
 
 ## Features
@@ -62,9 +62,9 @@
 
 To run the test suite ...
 
-  $ mvn test
+  $ mvn clean test
 
-To run the server ...
+To start the server ...
 
   $ mvn compile exec:java
 
@@ -73,7 +73,7 @@
 
 Krill operates on tokens and is limited to a single tokenization stream.
 Token annotations therefore have to rely on that tokenization,
-Span annotations have to wrap at least one token.
+span annotations have to wrap at least one token.
 Punctuations are currently not supported.
 The order of results is currently bound to the order of documents in the
 index, but this is likely to change.
@@ -118,7 +118,7 @@
 Before contributing, please reformat your code changes according to the KorAP
 style guideline, provided by means of an
 [Eclipse style sheet](https://raw.githubusercontent.com/KorAP/Krill/master/korap-style.xml).
-You can either reformat using [Eclipse](http://eclipse.org/) or using
+You can either reformat using [Eclipse](http://eclipse.org/) or (recommended) using
 [Maven](https://maven.apache.org/) with the command
 
   $ mvn java-formatter:format
diff --git a/capabilities.org b/capabilities.org
deleted file mode 100644
index 3e44eb1..0000000
--- a/capabilities.org
+++ /dev/null
@@ -1,16 +0,0 @@
-* Old Poliqarp
-** Term: przyszedł
-** Sequence: przyszedł czas
-** Case insensitive: Przyszedł/i
-** Regex: ".*al+"
-** "Ala.*"
-** "Ala.*"/i
-** "(la){3,}"/x
-** [base=korpus]
-** [orth=przyszedł][orth=czas]
-** [orth=minę & base=mina]
-** [orth=minę & base!=mijać]
-** [base=on | base=ja]
-** [base=on | orth=mnie | orth=ciebie]
-** [orth=pora & !(base=por | base=pora)]
-** TODO [orth=się][][][base=bać]