diff --git a/README.md b/README.md
index cec0fa34ac0a401d7579ca302ad011511a105884..86f53dafc3f7761c44ce82d2c60916094fd03ac1 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,14 @@ LocaPack is available as a Node-RED Palette, ie a collection of nodes to produce
 
 #### Installation
 
+##### Install via Node-RED palette
+
+Locapack is available on npm: `node-red-contrib-locapack`
+
+In the Node-RED interface, click on top-right button > Manage palette, than search for `node-red-contrib-locapack`
+
+##### Local installation (developpers)
+
 1. Clone the LocaPack project,
 1. In your Node-RED user directory, typically ~/.node-red, run: `npm install <location of node module>` where location is the path to the `nodered` folder of the git cloned repository.
 1. Restart Node-RED.