Added update hint to Readme
Change-Id: Ibf2bc58df1738851b26bac1d964ab0bfa65005bb
diff --git a/Changes b/Changes
index ceb65f6..edf568f 100644
--- a/Changes
+++ b/Changes
@@ -22,7 +22,8 @@
- [cleanup] Move caching mechanism to toFilter() phase (diewald)
- [cleanup] Rewrite test suite for caching to be part of
regular test suite (diewald)
- - [bugfix] Fixed missing docs in VC cache (margaretha)
+ - [bugfix] Fixed missing docs in VC cache (margaretha)
+ - [documentation] Added update hint to Readme (diewald)
0.57 2018-04-05
- [feature] Support text queries in metadata
diff --git a/Readme.md b/Readme.md
index 1860e48..4b41317 100644
--- a/Readme.md
+++ b/Readme.md
@@ -54,14 +54,14 @@
## Setup
-To fetch the latest version of Krill ...
+To install the latest version of Krill from scratch, do ...
```
$ git clone https://github.com/KorAP/Krill
$ cd Krill
```
-To run the test suite ...
+Then run the test suite ...
```
$ mvn clean test
@@ -73,6 +73,16 @@
```
$ mvn install
```
+
+To update an existing repository, pull the latest version at the Krill
+installation directory
+
+```
+$ git pull origin master
+```
+
+Afterwards, rerun the test suite and install the library.
+
## Caveats
Krill operates on tokens and is limited to a single tokenization stream.