summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--INSTALL1
-rw-r--r--README.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 92851c86d..19ac4cab3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,7 @@
* Prerequisites
1. Make sure you have bison (http://www.gnu.org/software/bison/) installed in your system.
+ 2. Make sure you have ruby installed in your system. (Required by Minirake.)
* Compilation and Installation
diff --git a/README.md b/README.md
index 73701f16c..e737058fd 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ See the INSTALL file.
To run the tests, execute the following from the project's root directory.
- $ make test
+ $ ./minirake test
## Customization