Skip to content

Commit 8c81790

Browse files
committed
Reorganised start of Running Locally page for clarity.
1 parent f628c64 commit 8c81790

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

docs/getting-started/local.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ redirect_from:
1010

1111
---
1212

13-
### Prerequisites
14-
15-
To install Node-RED locally you will need a [supported version of Node.js](/docs/faq/node-versions).
16-
1713
<div class="doc-callout">
1814
<div style="float: left; margin-right: 10px;"><img src="/images/logos/raspberrypi.svg" height="30">
1915
<img src="/images/logos/debian.svg" height="30">
@@ -32,6 +28,17 @@ If you are on an RPM-based operating system, including
3228
RedHat, Fedora and CentOS, you can use the RPM install script available <a href="https://github.com/node-red/linux-installers">here</a>.
3329
</div>
3430

31+
<div class="doc-callout">
32+
<div style="float: left; margin-right: 10px; margin-bottom: 10px;">
33+
<img src="/images/logos/windows.svg" height="30">
34+
</div>
35+
If you are using Windows, detailed instructions for installing Node-RED can be found <a href="/docs/getting-started/windows">here</a>.
36+
</div>
37+
38+
### Prerequisites
39+
40+
To install Node-RED locally you will need a [supported version of Node.js](/docs/faq/node-versions).
41+
3542
### Installing with npm
3643

3744
To install Node-RED you can use the `npm` command that comes with node.js:
@@ -45,7 +52,6 @@ sudo npm install -g --unsafe-perm node-red
4552
<img src="/images/logos/windows.svg" height="30">
4653
</div>
4754
If you are using Windows, do not start the command with <code>sudo</code>.
48-
More information about installing Node-RED on Windows can be found <a href="/docs/getting-started/windows">here</a>.
4955
</div>
5056

5157
This command will install Node-RED as a global module along with its dependencies.

0 commit comments

Comments
 (0)