From 4880cdbb9e62634bcdc4a55871144dd0cd2ef41a Mon Sep 17 00:00:00 2001 From: Richard Stanley Date: Sat, 26 Aug 2017 10:58:53 -0700 Subject: [PATCH] Install NodeJs (latest) for the Raspberry Pi --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4aedfa5a..852107ea 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@ Install Nodejs https://nodejs.org/en/download/package-manager/ + +Install latest version of NodeJs for the Raspberry Pi: + +```sh + +sudo wget -O - https://raw.githubusercontent.com/audstanley/NodeJs-Raspberry-Pi/master/Install-Node.sh | bash +``` + Install dependencies with ```npm install```