From fe8ec6f64c6093b4704372cfc2eaba73db51a0e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 19 Oct 2016 07:03:10 +0100 Subject: [PATCH] README: add instructions for debian nodejs-legacy for /usr/bin/node which is apparently needed by bower install. --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index 2d629c6153..de5dea1427 100644 --- a/README +++ b/README @@ -39,6 +39,7 @@ with the last step (building the theme): ``` cd hotdoc_bootstrap_theme sudo dnf install nodejs # On Fedora +sudo apt-get install nodejs nodejs-legacy npm # debian npm install && ./node_modules/bower/bin/bower install cd .. ```