summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorMasaki Muranaka <[email protected]>2012-12-19 22:29:13 +0900
committerMasaki Muranaka <[email protected]>2012-12-19 22:29:13 +0900
commit59a12b9883a56010c9ea73008c0ef82abc535dc8 (patch)
treeedcfa912cc14ddb304ca3fc04b7285fd94befdc2 /README.md
parentc02c264be2b1bc685f3c958f863d2a1c599f9ec8 (diff)
downloadmruby-59a12b9883a56010c9ea73008c0ef82abc535dc8.tar.gz
mruby-59a12b9883a56010c9ea73008c0ef82abc535dc8.zip
Fix document. (Use minirake instead of make.)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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