From 6cbb15bd154052285401a666cbe4f79d1fb9feb7 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 12 Jun 2014 20:47:15 +0200 Subject: [PATCH] js: Update dev env instructions --- js/README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/js/README.md b/js/README.md index 54bdc502..31d030d1 100644 --- a/js/README.md +++ b/js/README.md @@ -47,13 +47,9 @@ See the [Mopidy.js documentation](http://docs.mopidy.com/en/latest/api/js/). Building from source -------------------- -1. Install [Node.js](http://nodejs.org/) and npm. There is a PPA if you're - running Ubuntu: +1. Install [Node.js](http://nodejs.org/) and npm. If you're running Ubuntu: - sudo apt-get install python-software-properties - sudo add-apt-repository ppa:chris-lea/node.js - sudo apt-get update - sudo apt-get install nodejs + sudo apt-get install nodejs-legacy npm 2. Enter the `js/` in Mopidy's Git repo dir and install all dependencies: