From 1611f6bced6fa2850fd37a7a88237a25f61eff91 Mon Sep 17 00:00:00 2001 From: yair Date: Mon, 31 Dec 2018 01:04:28 +0200 Subject: [PATCH] Update README.md set node to v0.12 --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0916630..a226636 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,16 @@ into sync with the other Pis. Setup ----- - +0. +``` +curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash +nvm install 0.12 +nvm alias default 0.12 +nvm use default +git clone https://github.com/heisters/node-omxplayer-sync.git +cd node-omxplayer-sync +npm install +``` 1. Edit `config.local.js` to use the filename of your video file. See `config.js` for a list of other available settings. 2. Copy your video file to the pi.