diff --git a/README.md b/README.md
index 5327e921a472f217ff5362114c4fcdc7eb21add2..6093d3b371b21464b3f9efe5159c30308d6ffe71 100644
--- a/README.md
+++ b/README.md
@@ -53,3 +53,11 @@ popd
 
 ```
 
+
+# Generate jar file
+
+```shell
+$ mvn package
+$ cd unl-tools-main/target
+# you should see unl-tools-main-0.9.jar that is the standalone jar file.
+```
\ No newline at end of file