Add Readme

Change-Id: If20cfdb74f6abd1540b3062e96079e30ce1b646a
diff --git a/Readme.md b/Readme.md
new file mode 100644
index 0000000..aafca0e
--- /dev/null
+++ b/Readme.md
@@ -0,0 +1,25 @@
+# Corpus Composition Analyzer (Prototype)
+
+Prototype of a corpus composition analyzer for KorAP
+
+## Installation
+
+```bash
+docker build -f Dockerfile -t korap/corpuscomposition .
+```
+
+Or get the docker image from GitLab:
+
+```bash
+curl https://gitlab.ids-mannheim.de/KorAP/CorpusCompositionAnalyzer/-/jobs/artifacts/master/raw/target/corpuscomposition-snapshot.xz?job=build-job | docker load
+```
+
+## Run
+
+```bash
+docker run --rm -p 3838:3838 korap/corpuscomposition
+```
+
+Then open <http://localhost:3838/> for the default corpora or
+`http://localhost:3838/?cq=<vc-definition-1>;<vc-definition-2>;<vc-definition-n>`
+for comparing specific corpora.