From de17f63b4567cad3b02f1f1f9386eaf8dd704bbe Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Fri, 20 Dec 2019 22:36:44 +0900 Subject: Abandon `minirake`. Use `rake` for compilation; fix #4884 --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3