Skip to content

Commit bc64bb4

Browse files
author
Dave Conway-Jones
committed
change Raspbian to Raspberry Pi OS
1 parent c494de3 commit bc64bb4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/faq/interacting-with-pi-gpio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This module is preinstalled with Node-RED when using
1313
our install script. It provides a simple way to monitor and control the GPIO pins.
1414

1515
<div class="doc-callout">
16-
Raspbian comes preconfigured for this node to work. If you are running a different
16+
Raspberry Pi OS comes preconfigured for this node to work. If you are running a different
1717
distribution, such as Ubuntu, some additional install steps may be needed. The
1818
node's README <a href="https://github.com/node-red/node-red-nodes/tree/master/hardware/PiGpio#install">has the details</a>.
1919
</div>

docs/faq/starting-node-red-on-boot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This script installs Node-RED as a [systemd](https://wiki.debian.org/systemd) se
1717
For more information, read the [Running on Raspberry Pi](/docs/getting-started/raspberrypi#autostart-on-boot)
1818
guide.
1919

20-
If you are not using Raspbian, you may need to edit the service file to suit
20+
If you are not using Raspberry Pi OS, you may need to edit the service file to suit
2121
your local user id and environment. Details for how to do that are available
2222
[here](/docs/faq/customising-systemd-on-pi).
2323

docs/getting-started/raspberrypi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ redirect_from:
1010

1111
### Prerequisites
1212

13-
If you are using Raspbian, Buster is the currently supported version.
13+
If you are using Raspberry Pi OS, Buster is the currently supported version.
1414

1515
### Installing and Upgrading Node-RED
1616

@@ -50,9 +50,9 @@ This script will:
5050
<div style="float: left; margin-right: 10px;margin-bottom: 40px;">
5151
<img src="/images/logos/raspberrypi.svg" height="30">
5252
</div>
53-
Node-RED has also been packaged for the Raspbian repositories and appears in their
53+
Node-RED has also been packaged for the Raspberry Pi OS repositories and appears in their
5454
list of 'Recommended Software'. This allows it to be installed using
55-
<code>apt-get install nodered</code> and includes the Raspbian-packaged version
55+
<code>apt-get install nodered</code> and includes the Raspberry Pi OS-packaged version
5656
of Node.js, but <em>does not</em> include <code>npm</code>.
5757
<p>While using these packages is convenient at first, we <b>strongly recommend</b>
5858
using the install script above instead.</p>
@@ -89,7 +89,7 @@ The following commands are provided to work with the service:
8989
- `node-red-restart` - this stops and restarts the Node-RED service
9090
- `node-red-log` - this displays the log output of the service
9191

92-
You can also start the Node-RED service on the Raspbian Desktop by selecting
92+
You can also start the Node-RED service on the Raspberry Pi OS Desktop by selecting
9393
the `Menu -> Programming -> Node-RED` menu option.
9494

9595
### Autostart on boot

0 commit comments

Comments
 (0)