Skip to content

Commit e0603a2

Browse files
author
Dave Conway-Jones
committed
Fix front page version number
Say we start support at node 8 Remove old alternative install (not needed)
1 parent 13b3627 commit e0603a2

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

docs/getting-started/installation.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,7 @@ Once installed, you are ready to [run Node-RED](running).
4949

5050
----
5151

52-
### Alternative install methods
53-
54-
#### Download a release
55-
56-
You can download the latest release from [here](https://github.com/node-red/node-red/releases/latest).
57-
The zip contains a top-level folder called `node-red-X.Y.Z` where `X.Y.Z` is the
58-
version number. Once extracted, from within that top-level folder, run the
59-
following command:
60-
61-
npm install --production
62-
63-
#### For Development - from GitHub
52+
### For Development - from GitHub
6453

6554
Running the code from GitHub is only intended for users who are happy to be using
6655
development code, or for developers wanting to contribute to the code.

docs/hardware/raspberrypi.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The recommended way to install Node-RED on Pi is to use our script below, howeve
77

88
You can upgrade Node-RED by re-running the script.
99

10-
Node-RED no longer supports Node.js 4.x or earlier. The last version to support 4.x was 0.19.6.
10+
Node-RED no longer supports Node.js 6.x or earlier. The last version to support 6.x was 0.19.6.
1111

1212
### Install / Upgrade
1313

@@ -17,7 +17,7 @@ that doesn't have Node-RED already installed, you can install or upgrade using t
1717
bash <(curl -sL https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/update-nodejs-and-nodered)
1818

1919
On really minimal Debian installs you may need to run `sudo apt-get install build-essential` before
20-
running the script so that the serialport builds and installs OK. This is optional.
20+
running the script so that the serialport builds and installs correctly. This is optional.
2121

2222
#### Script Description
2323

@@ -173,7 +173,7 @@ appear between node and red.js.
173173
node --max-old-space-size=256 red.js
174174

175175
This option limits the space it can use to 256MB before cleaning up. If you are
176-
running nothing else on your Pi you can afford to increase that figure to 256
176+
running nothing else on your Pi you can afford to increase that figure to 512MB
177177
and possibly even higher. The command `free -h` will give you some clues as to
178178
how much memory is currently available.
179179

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="content">
88
<h1>Node-RED</h1>
99
<h2>Flow-based programming for the Internet of Things</h2>
10-
<p>Latest version: <a href="https://www.npmjs.com/package/node-red"><span class="node-red-latest-version">v0.20.4</span> (npm)</a></p>
10+
<p>Latest version: <a href="https://www.npmjs.com/package/node-red"><span class="node-red-latest-version">v0.20.5</span> (npm)</a></p>
1111
<!-- <img src="images/node-red-title-flow.png" /> -->
1212
</div>
1313
</div>

0 commit comments

Comments
 (0)