You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hardware/raspberrypi.md
+6-14Lines changed: 6 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,21 +3,13 @@ layout: default
3
3
title: Running on Raspberry Pi
4
4
---
5
5
6
-
There are two ways to get started with Node-RED on a Raspberry Pi.
7
-
8
-
- use the version preinstalled in **Raspbian** full image since November 2015.
9
-
- or **manual install** using an install script.
10
-
11
-
You can then start [using the editor](#using-the-editor).
12
-
13
-
## Raspbian
14
-
15
-
Node-RED comes preinstalled on
16
-
the full Raspbian SD card image that can be downloaded from [RaspberryPi.org](https://www.raspberrypi.org/downloads/raspbian/).
6
+
Node-RED comes preinstalled on the full Raspbian SD card image that can be downloaded from [RaspberryPi.org](https://www.raspberrypi.org/downloads/raspbian/).
17
7
18
8
While usable, this uses an older version of Node.js and it is recommended to upgrade to the latest using the bash command below.
19
9
20
-
If you have the minimal version of Rasbian, or other Debian based install, such as Ubuntu, or Diet-Pi, that doesn't have Node-RED
10
+
## Install / Upgrade
11
+
12
+
If you have a version of Raspbian, or other Debian based install, such as Ubuntu, or Diet-Pi, that doesn't have Node-RED
21
13
already installed, you can install or upgrade using the Node-RED upgrade script command
0 commit comments