From f97eeaf21bbb785f4777342c90f6ccf7c743a020 Mon Sep 17 00:00:00 2001 From: Gowtham Gopalakrishnan Date: Thu, 9 Jun 2016 12:07:23 +0530 Subject: [PATCH] Install with a single line command. Saves some time I guess. --- docs/setup.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/setup.md b/docs/setup.md index 78eb3f1..e24383f 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -22,11 +22,7 @@ Dave Winer, May 2016
sudo apt-get update
 
-sudo apt-get install nodejs
-
-sudo apt-get install npm
-
-sudo apt-get install nodejs-legacy
+sudo apt-get install nodejs nodejs-legacy npm We also install npm, a requirement to run Node apps.