Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down