From 066a7615100aa5f755ddc15e75792e8601f5928c Mon Sep 17 00:00:00 2001 From: Alex Southern Date: Tue, 19 Jun 2012 00:19:34 -0300 Subject: [PATCH] Without 'make' command the 'make install' fails. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 1195df3..be3ee5c 100644 --- a/Readme.md +++ b/Readme.md @@ -4,7 +4,7 @@ ## Installation - $ ./configure && make install + $ ./configure && make && make install Warning: the `jscoverage` npm module published by someone else does _not_ work, clone this repo. \ No newline at end of file