From 068ed5472916d6501f3e9af7f7a86fc68643c543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Br=C3=A9chemier?= Date: Mon, 20 Feb 2012 10:12:03 +0100 Subject: [PATCH] Add section to describe how to install node.js using a package manager --- TESTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TESTING.md b/TESTING.md index a23bfc5..fd1239e 100644 --- a/TESTING.md +++ b/TESTING.md @@ -48,6 +48,13 @@ Install the required gems: That's it! +### How to install node.js using a package manager + +Notice: the version of node.js included in Ubuntu repositories is quite old. +It is recommended to install node.js from source instead. + + $ sudo apt-get install node + ### How to run the tests The mustache.js test suite currently uses 4 different JavaScript runtime engines