From 06f8b784386f8bce9679d93144d4c403b1b4d133 Mon Sep 17 00:00:00 2001 From: Yukihiro Matz Matsumoto Date: Thu, 20 Dec 2012 07:50:53 +0900 Subject: update INSTALL document based on #650; according to #651 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e737058fd..69ca995df 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,11 @@ See the INSTALL file. To run the tests, execute the following from the project's root directory. - $ ./minirake test + $ make test + +Or + + $ ruby ./minirake test ## Customization -- cgit v1.2.3