diff --git a/README.md b/README.md
index 9bd0498ef799509472d0267456060a6a473c2dac..1499410abde356fc4464f05a88ce0ec3a8e345fe 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,11 @@ Then, you can install the necessary packages of the library:
 `npm run buildspec`
 
 
+### To generate locally installable package
+
+`rm -rf jalhyd-<ver>.tgz build; npm build && npm pack`
+
+
 ### To compile and test code with jasmine
 
 `npm jasmine`