From 59a12b9883a56010c9ea73008c0ef82abc535dc8 Mon Sep 17 00:00:00 2001 From: Masaki Muranaka Date: Wed, 19 Dec 2012 22:29:13 +0900 Subject: Fix document. (Use minirake instead of make.) --- INSTALL | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3