Skip to content

Commit

Permalink
Merge pull request mruby#650 from monaka/pr-fix-document-to-use-minirake
Browse files Browse the repository at this point in the history
Fix document. (Use minirake instead of make.)
  • Loading branch information
matz committed Dec 19, 2012
2 parents 2b700d3 + 59a12b9 commit f66ab6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions INSTALL
@@ -1,6 +1,7 @@
* Prerequisites

1. Make sure you have bison (http://www.gnu.org/software/bison/) installed in your system.
2. Make sure you have ruby installed in your system. (Required by Minirake.)

* Compilation and Installation

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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

Expand Down

0 comments on commit f66ab6f

Please sign in to comment.