From 95c8077135a9b80cbbb291fe3c8cbe062b1a9b73 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 4 Aug 2013 11:24:00 +0200 Subject: [PATCH] docs: nodejs deb now includes npm --- js/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/README.md b/js/README.md index 793e9f9d..eddfa99f 100644 --- a/js/README.md +++ b/js/README.md @@ -54,7 +54,7 @@ Building from source 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 npm + sudo apt-get install nodejs 2. Enter the `js/` in Mopidy's Git repo dir and install all dependencies: