Skip to content

Commit 068ed54

Browse files
Add section to describe how to install node.js using a package manager
1 parent 96efb0a commit 068ed54

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

TESTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ Install the required gems:
4848

4949
That's it!
5050

51+
### How to install node.js using a package manager
52+
53+
Notice: the version of node.js included in Ubuntu repositories is quite old.
54+
It is recommended to install node.js from source instead.
55+
56+
$ sudo apt-get install node
57+
5158
### How to run the tests
5259

5360
The mustache.js test suite currently uses 4 different JavaScript runtime engines

0 commit comments

Comments
 (0)