From 42a9d07df6dce0e8683c5514eef90f5420bb740f Mon Sep 17 00:00:00 2001 From: Adrien van den Bossche <vandenbo@univ-tlse2.fr> Date: Sun, 5 Jul 2020 10:08:54 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cec0fa3..86f53da 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. -- GitLab