Skip to content

Commit eb168ea

Browse files
author
Dave Conway-Jones
committed
Update raspberrypi.md
1 parent 30d4140 commit eb168ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hardware/raspberrypi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Running on Raspberry Pi
55

66
The recommended way to install Node-RED on Pi is to use our script below, however Node-RED can be installed from the Recommended Software application installed on the Raspbian SD card image that can be downloaded from [RaspberryPi.org](https://www.raspberrypi.org/downloads/raspbian/). If installed in this manner it is recommended to upgrade by using the script below.
77

8-
If you decide to not to use the script, and stick with apt to install Node-RED, then you **must** manually install npm and then upgrade it to the latest level by `sudo apt-get install npm && sudo npm i -g npm` before installing any extra nodes.
8+
If you decide not to use the script, and stick with apt to install Node-RED, then you **must** manually install npm and then upgrade it to the latest level by `sudo apt-get install npm && sudo npm i -g npm` before installing any extra nodes.
99

1010
You can upgrade Node-RED by re-running the script.
1111

0 commit comments

Comments
 (0)