summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorYukihiro Matz Matsumoto <[email protected]>2012-12-20 07:50:53 +0900
committerYukihiro Matz Matsumoto <[email protected]>2012-12-20 07:50:53 +0900
commit06f8b784386f8bce9679d93144d4c403b1b4d133 (patch)
tree563a39e6d78b0fd0a85dff7a82a4757c61ebc32c /README.md
parentf66ab6f07f3e0fed08a955c33302e2a97aa8a00c (diff)
downloadmruby-06f8b784386f8bce9679d93144d4c403b1b4d133.tar.gz
mruby-06f8b784386f8bce9679d93144d4c403b1b4d133.zip
update INSTALL document based on #650; according to #651
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
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