Needs to deploy to local repo for kickstart to pick up changes
diff --git a/org.apache.sling.graphql.samples.website/README.md b/org.apache.sling.graphql.samples.website/README.md
index 0ddad3b..dcf1859 100644
--- a/org.apache.sling.graphql.samples.website/README.md
+++ b/org.apache.sling.graphql.samples.website/README.md
@@ -92,7 +92,7 @@
 
 Build and run with
 
-    mvn clean package exec:java
+    mvn clean install exec:java
 
 And open http://localhost:8080/ which should redirect to `/articles/music.html` and show a list
 of articles from the _Music_ category from our demo website.