diff options
| author | Masaki Muranaka <[email protected]> | 2012-12-19 22:29:13 +0900 |
|---|---|---|
| committer | Masaki Muranaka <[email protected]> | 2012-12-19 22:29:13 +0900 |
| commit | 59a12b9883a56010c9ea73008c0ef82abc535dc8 (patch) | |
| tree | edcfa912cc14ddb304ca3fc04b7285fd94befdc2 | |
| parent | c02c264be2b1bc685f3c958f863d2a1c599f9ec8 (diff) | |
| download | mruby-59a12b9883a56010c9ea73008c0ef82abc535dc8.tar.gz mruby-59a12b9883a56010c9ea73008c0ef82abc535dc8.zip | |
Fix document. (Use minirake instead of make.)
| -rw-r--r-- | INSTALL | 1 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 @@ -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 |
