From 70fbd6784a442a09b8060c075b2b3c0702ad0768 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 12 Feb 2019 22:23:21 -0500 Subject: [PATCH] Update README.rst --- roles/nodered/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nodered/README.rst b/roles/nodered/README.rst index 8eb18990e..9be464462 100644 --- a/roles/nodered/README.rst +++ b/roles/nodered/README.rst @@ -27,7 +27,7 @@ You can monitor the Node-RED service with command:: Raspberry Pi Zero W Warning --------------------------- -Node.js applications like Asterisk/FreePBX, Node-RED and Sugarizer `won't work `_ on Raspberry Pi Zero W (ARM6) if you installed Node.js while on RPi 3 or 3 B+ (ARM7). If absolutely necessary, run "./runrole nodejs" from the Pi Zero W itself, before proceeding to install Sugarizer, Node-RED and/or Asterisk/FreePBX. +Node.js applications like Asterisk/FreePBX, Node-RED and Sugarizer `won't work `_ on Raspberry Pi Zero W (ARM6) if you installed Node.js while on RPi 3 or 3 B+ (ARM7). If necessary, run ``apt remove nodejs`` then ``cd /opt/iiab/iiab`` then `./runrole nodejs `_ *on the Raspberry Pi Zero W itself* — before proceeding to install Asterisk/FreePBX, Node-RED and/or Sugarizer. See Also --------