Fix readme regarding packaging folder

Change-Id: I47a02906a1383be707e2d7d5e064bd74cc5b3688
diff --git a/README.md b/README.md
index 3a4ff98..e3a590c 100644
--- a/README.md
+++ b/README.md
@@ -29,17 +29,17 @@
 git clone git@github.com:KorAP/Kustvakt.git
 </pre>
 
-Since Kustvakt requires Krill and Koral, please install [Krill](https://github.com/KorAP/Krill) and [Koral](https://github.com/KorAP/Koral) in your maven local repository according to the required versions specified in ```Kustvakt/full/pom.xml```. 
+Since Kustvakt requires Krill and Koral, please install [Krill](https://github.com/KorAP/Krill) and [Koral](https://github.com/KorAP/Koral) in your maven local repository according to the required versions specified in ```Kustvakt/full/pom.xml```. For packaging Kustvakt, change into the `Kustvakt` folder.
 
 Packaging Kustvakt full version
 <pre>
-cd ../full
+cd full
 mvn clean package
 </pre>
 
 Packaging Kustvakt lite version
 <pre>
-cd ../full
+cd full
 mvn package -P lite
 </pre>
 The jar file is located in the ```target/``` folder.