From fd65bbd896d5159b8edcecd1c3232b4e494a1eb4 Mon Sep 17 00:00:00 2001
From: Adrien van den Bossche <vandenbo@univ-tlse2.fr>
Date: Tue, 23 Jun 2020 17:45:03 +0200
Subject: [PATCH] Update README.md

---
 README.md | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 19bfa9f..db1f3b4 100644
--- a/README.md
+++ b/README.md
@@ -30,14 +30,28 @@ A Json description of the messages is also available.
 
 ### Arduino
 
-Load the LocaPack library and start with one of the examples:
+LocaPack is available as an Arduino library, to produce or decode locapack messages.
+
+#### Installation
+
+1. Clone the LocaPack project,
+1. Copy the `Arduino/LocaPack` directory into the libraries directory (typically `~/Arduino/libraries`)
+1. Launch Arduino IDE and start with one of the examples.
 
 - tinygpsplus.ino: Make universal GNSS pakets with data from a hardware GPS receiver connected to the `Serial1` port
 
 ### Node-RED
 
+LocaPack is available as a Node-RED Palette, ie a collection of nodes to produce or decode locapack messages.
+
 ![Drag Racing](nodered/node-red-flow-example.png)
 
+#### Installation
+
+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.
+
 ### JSON messages
 
 LocaPack messages are also available in JSON. Example of a Universal GNSS localisation packet:
-- 
GitLab