summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2019-12-20 22:36:44 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2019-12-21 22:11:08 +0900
commitde17f63b4567cad3b02f1f1f9386eaf8dd704bbe (patch)
tree222d4fa4c2bcdc982c0afa32855df56e43e7798e /README.md
parentfee3c1c2422f74839419edf296651a3570cded61 (diff)
downloadmruby-de17f63b4567cad3b02f1f1f9386eaf8dd704bbe.tar.gz
mruby-de17f63b4567cad3b02f1f1f9386eaf8dd704bbe.zip
Abandon `minirake`. Use `rake` for compilation; fix #4884
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index a1665837f..ab518734b 100644
--- a/README.md
+++ b/README.md
@@ -44,11 +44,7 @@ See the [compile.md](https://github.com/mruby/mruby/blob/master/doc/guides/compi
To run the tests, execute the following from the project's root directory.
- $ make test
-
-Or
-
- $ ruby ./minirake test
+ $ rake test
## Building documentation