From ae6cfcec2d41dddae2b58169fb6a7edd5d25e63f Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Tue, 1 May 2018 22:06:54 +0100 Subject: [PATCH] update readme for email node --- social/email/README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/social/email/README.md b/social/email/README.md index e7993f88..6fd9c2f4 100644 --- a/social/email/README.md +++ b/social/email/README.md @@ -1,7 +1,7 @@ node-red-node-email =================== -Node-RED nodes to send and receive simple emails. +Node-RED nodes to send and receive simple emails. Pre-requisite @@ -9,15 +9,24 @@ Pre-requisite You will need valid email credentials for your email server. +**Note :** Version 1.x of this node requires Node.js v6 or newer. + + Install ------- -**Node.js v6 or newer is required.** +Version 0.x of this node is usually installed by default by Node-RED. +To install version 1.x you need to uninstall the existing version. -Run the following command in your Node-RED user directory - typically `~/.node-red` + sudo npm uninstall -g node-red-node-email + +Then run the following command in your Node-RED user directory - typically `~/.node-red` npm i node-red-node-email +**Note :** this installs the new version locally rather than globally. This can then be managed by the palette manager. + + Usage -----