Update Readme.md
diff --git a/Readme.md b/Readme.md
index 35f9eee..6300843 100644
--- a/Readme.md
+++ b/Readme.md
@@ -2,24 +2,44 @@
 
 ## Run
 
-### To generate an I5 corpus
+### Generate an I5 corpus from the included test data
 
 ```bash
-make -j $(nproc) target/dnb18.i5.xml
+make -j $(nproc) target/dnb18.i5.xml SRC_DIR=test/resources/DNB YEARS=18
 ```
 
-### To generate an all I5 corpora
+### Generate all I5 corpora
 
 ```bash
-make -j $(nproc) i5
+make -j $(nproc) i5  SRC_DIR=test/resources/DNB
 ```
 
-### To generate a KorAP-XML ZIP
+### Generate a KorAP-XML ZIP
 
 Prerequisite: [KorAP-XML-CoNLL-U](https://github.com/KorAP/KorAP-XML-CoNLL-U)
 
 ```bash
-make -j $(nproc) target/dnb23.zip
+make -j $(nproc) target/dnb18.zip SRC_DIR=test/resources/DNB YEARS=18
+```
+
+### Run KorAP
+
+Adjust the following line in your `korap4dnb-compose.yml` to point to your index (it is in target/dnb.index by default, but should better be copied to a safe place):
+
+```yml
+      - "${PWD}/target/dnb.index:/kustvakt/index:z"
+```
+
+and start the docker:
+
+```bash
+docker compose -p korap4dnb --profile=lite -f korap4dnb-compose.yml up -d
+```
+
+### Stop KorAP
+
+```bash
+docker compose -p korap4dnb down
 ```
 
 ### To generate Annotations
@@ -40,7 +60,7 @@
 
 ### To build KorAP index (also directly)
 
-Build KorAP all, up to the ~~deployable~~ index:
+Build KorAP all, up to the deployable index:
 
 ```bash
 make -j $(nproc) all
@@ -48,6 +68,12 @@
 
 ## News
 
+* 2024-04-19
+  * SRC_DIR now defaults to the production sample!
+  * ISBN number recognition should be fixed now
+  * ignore faulty xhtml input files and conversion errors – just issue a warning
+  * docker compose now uses http default port 80 externally
+
 * 2024-04-15
   * added pass2 and pass3 to xslt conversion to …
     * fix div, p, hi, ref … nestings