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```