summaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.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 /CONTRIBUTING.md
parentfee3c1c2422f74839419edf296651a3570cded61 (diff)
downloadmruby-de17f63b4567cad3b02f1f1f9386eaf8dd704bbe.tar.gz
mruby-de17f63b4567cad3b02f1f1f9386eaf8dd704bbe.zip
Abandon `minirake`. Use `rake` for compilation; fix #4884
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3a7428a88..0b632f51c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -9,7 +9,7 @@ things in mind before submitting your pull request:
* Work on the latest possible state of **mruby/master**
* Create a branch which is dedicated to your change
-* Test your changes before creating a pull request (```./minirake test```)
+* Test your changes before creating a pull request (```rake test```)
* If possible write a test case which confirms your change
* Don't mix several features or bug-fixes in one pull request
* Create a meaningful commit message