From 7b13a45b6f8f64850ee3c0fe48e793008c32dcb8 Mon Sep 17 00:00:00 2001
From: "francois.grand" <francois.grand@irstea.fr>
Date: Wed, 5 Jul 2017 11:41:16 +0200
Subject: [PATCH] =?UTF-8?q?ajout=20des=20instructions=20pour=20g=C3=A9n?=
 =?UTF-8?q?=C3=A9rer=20un=20package=20installable?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 9bd0498e..1499410a 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`
-- 
GitLab